mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_HAL_SITL: tidy set/get of hw RTC
This commit is contained in:
parent
d8e4669e07
commit
8cc7f51de1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user