Plane: prevent a build warning

This commit is contained in:
Andrew Tridgell 2013-12-17 11:15:28 +11:00
parent 8b7fe3cf50
commit d93b95186d

View File

@ -320,7 +320,7 @@ static void NOINLINE send_system_time(mavlink_channel_t chan)
} }
#if HIL_MODE != HIL_MODE_DISABLED #if HIL_MODE != HIL_MODE_DISABLED
static void NOINLINE send_servo_out(mavlink_channel_t chan) void NOINLINE send_servo_out(mavlink_channel_t chan)
{ {
// normalized values scaled to -10000 to 10000 // normalized values scaled to -10000 to 10000
// This is used for HIL. Do not change without discussing with // This is used for HIL. Do not change without discussing with