mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_HAL: remove unused function
This was used by APM1/2 that were removed.
This commit is contained in:
parent
5561efde2b
commit
a348424551
@ -59,11 +59,6 @@ public:
|
||||
virtual void panic(const char *errormsg, ...) FORMAT(2, 3) NORETURN = 0;
|
||||
virtual void reboot(bool hold_in_bootloader) = 0;
|
||||
|
||||
/**
|
||||
optional function to set timer speed in Hz
|
||||
*/
|
||||
virtual void set_timer_speed(uint16_t speed_hz) {}
|
||||
|
||||
/**
|
||||
optional function to stop clock at a given time, used by log replay
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user