mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -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();
|
||||
#endif
|
||||
|
||||
#if HAL_GCS_ENABLED
|
||||
gcs().send_message(MSG_HEARTBEAT);
|
||||
gcs().send_message(MSG_SYS_STATUS);
|
||||
#endif
|
||||
GCS_SEND_MESSAGE(MSG_HEARTBEAT);
|
||||
GCS_SEND_MESSAGE(MSG_SYS_STATUS);
|
||||
}
|
||||
|
||||
static uint32_t last_error_ms;
|
||||
|
Loading…
Reference in New Issue
Block a user