mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 14:48:28 -04:00
Tools: allow more libraries to compile with no HAL_GCS_ENABLED
This commit is contained in:
parent
d47a742272
commit
d27bb9d606
@ -422,10 +422,8 @@ void AP_Periph_FW::update()
|
|||||||
rcout_init_1Hz();
|
rcout_init_1Hz();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAL_GCS_ENABLED
|
GCS_SEND_MESSAGE(MSG_HEARTBEAT);
|
||||||
gcs().send_message(MSG_HEARTBEAT);
|
GCS_SEND_MESSAGE(MSG_SYS_STATUS);
|
||||||
gcs().send_message(MSG_SYS_STATUS);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static uint32_t last_error_ms;
|
static uint32_t last_error_ms;
|
||||||
|
Loading…
Reference in New Issue
Block a user