mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 22:00:34 +08:00
removed unnecessary switch statement
This commit is contained in:
@@ -508,10 +508,6 @@ BottleDrop::task_main()
|
||||
|
||||
switch (_drop_state) {
|
||||
|
||||
case DROP_STATE_INIT:
|
||||
// exit inner loop, wait for new drop mission
|
||||
break;
|
||||
|
||||
case DROP_STATE_TARGET_VALID:
|
||||
{
|
||||
//warnx("approval given\n"); //////////////////////////////////////////////////////////////////// DEBUGGING
|
||||
|
||||
Reference in New Issue
Block a user