removed even more warnings

This commit is contained in:
Christophe De Wagter
2011-11-18 15:24:04 +01:00
parent 1587f9db8f
commit f8f68db40c
@@ -287,6 +287,8 @@ static inline void autopilot_check_motors_on( void ) {
if (!(THROTTLE_STICK_DOWN() && YAW_STICK_PUSHED())) // wait until stick released
autopilot_check_motor_status = STATUS_MOTORS_OFF;
break;
default:
break;
};
}