mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 05:17:03 +08:00
removed even more warnings
This commit is contained in:
@@ -287,6 +287,8 @@ static inline void autopilot_check_motors_on( void ) {
|
|||||||
if (!(THROTTLE_STICK_DOWN() && YAW_STICK_PUSHED())) // wait until stick released
|
if (!(THROTTLE_STICK_DOWN() && YAW_STICK_PUSHED())) // wait until stick released
|
||||||
autopilot_check_motor_status = STATUS_MOTORS_OFF;
|
autopilot_check_motor_status = STATUS_MOTORS_OFF;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user