mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
AP_HAL: added optional healthy check on storage object
used to check parameter storage is functional
This commit is contained in:
parent
3e5d5b4095
commit
d35abe67ae
@ -9,4 +9,5 @@ public:
|
||||
virtual void read_block(void *dst, uint16_t src, size_t n) = 0;
|
||||
virtual void write_block(uint16_t dst, const void* src, size_t n) = 0;
|
||||
virtual void _timer_tick(void) {};
|
||||
virtual bool healthy(void) { return true; }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user