Plane: prevent a build warning
This commit is contained in:
parent
8b7fe3cf50
commit
d93b95186d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user