mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_RTC: move from HAL_NO_GCS to HAL_GCS_ENABLED
This commit is contained in:
parent
0305a79b7b
commit
d6e5f8398d
@ -75,7 +75,7 @@ void AP_RTC::set_utc_usec(uint64_t time_utc_usec, source_type type)
|
|||||||
|
|
||||||
rtc_source_type = type;
|
rtc_source_type = type;
|
||||||
|
|
||||||
#ifndef HAL_NO_GCS
|
#if HAL_GCS_ENABLED
|
||||||
// update signing timestamp
|
// update signing timestamp
|
||||||
GCS_MAVLINK::update_signing_timestamp(time_utc_usec);
|
GCS_MAVLINK::update_signing_timestamp(time_utc_usec);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user