AP_RTC: use GCS_SEND_TEXT()

This commit is contained in:
Andrew Tridgell 2020-03-30 09:49:54 +11:00
parent b102fd6b59
commit 3397ea24cc
1 changed files with 2 additions and 0 deletions

View File

@ -74,8 +74,10 @@ void AP_RTC::set_utc_usec(uint64_t time_utc_usec, source_type type)
rtc_source_type = type;
#ifndef HAL_NO_GCS
// update signing timestamp
GCS_MAVLINK::update_signing_timestamp(time_utc_usec);
#endif
}
bool AP_RTC::get_utc_usec(uint64_t &usec) const