Browse Source

Sub: Adjust to the defined value.

master
murata 7 years ago committed by Randy Mackay
parent
commit
5da13774d5
  1. 4
      ArduSub/commands_logic.cpp

4
ArduSub/commands_logic.cpp

@ -63,7 +63,7 @@ bool Sub::start_command(const AP_Mission::Mission_Command& cmd) @@ -63,7 +63,7 @@ bool Sub::start_command(const AP_Mission::Mission_Command& cmd)
break;
#endif
case MAV_CMD_NAV_DELAY: // 94 Delay the next navigation command
case MAV_CMD_NAV_DELAY: // 93 Delay the next navigation command
do_nav_delay(cmd);
break;
@ -145,7 +145,7 @@ bool Sub::start_command(const AP_Mission::Mission_Command& cmd) @@ -145,7 +145,7 @@ bool Sub::start_command(const AP_Mission::Mission_Command& cmd)
#endif
#if NAV_GUIDED == ENABLED
case MAV_CMD_DO_GUIDED_LIMITS: // 220 accept guided mode limits
case MAV_CMD_DO_GUIDED_LIMITS: // 222 accept guided mode limits
do_guided_limits(cmd);
break;
#endif

Loading…
Cancel
Save