AP_HAL: expose load_persistent_params() in hal.util
This commit is contained in:
parent
c9a83c8127
commit
1680e6e7d6
@ -190,6 +190,9 @@ public:
|
||||
// request information on dma contention
|
||||
virtual void dma_info(ExpandingString &str) {}
|
||||
|
||||
// load persistent parameters from bootloader sector
|
||||
virtual bool load_persistent_params(ExpandingString &str) const { return false; }
|
||||
|
||||
protected:
|
||||
// we start soft_armed false, so that actuators don't send any
|
||||
// values until the vehicle code has fully started
|
||||
|
Loading…
Reference in New Issue
Block a user