Browse Source

AP_HAL_SITL: tidy set/get of hw RTC

gps-1.3.1
Peter Barker 3 years ago committed by Peter Barker
parent
commit
8cc7f51de1
  1. 2
      libraries/AP_HAL_SITL/Util.h

2
libraries/AP_HAL_SITL/Util.h

@ -39,6 +39,8 @@ public: @@ -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…
Cancel
Save