AP_HAL_SITL: tidy set/get of hw RTC

This commit is contained in:
Peter Barker 2021-11-23 13:40:40 +11:00 committed by Peter Barker
parent d8e4669e07
commit 8cc7f51de1

View File

@ -39,6 +39,8 @@ public:
void commandline_arguments(uint8_t &argc, char * const *&argv) override;
uint64_t get_hw_rtc() const override;
void set_hw_rtc(uint64_t time_utc_usec) override { /* fail silently */ }
bool get_system_id(char buf[40]) override;
bool get_system_id_unformatted(uint8_t buf[], uint8_t &len) override;