mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-12 20:27:19 +08:00
commander: missed 'break' in 'switch' added
This commit is contained in:
@@ -1710,6 +1710,7 @@ set_control_mode()
|
||||
|
||||
case MAIN_STATE_AUTO:
|
||||
navigator_enabled = true;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user