AP_HAL: expose load_persistent_params() in hal.util

This commit is contained in:
Andrew Tridgell 2021-01-17 09:22:11 +11:00 committed by Peter Barker
parent c9a83c8127
commit 1680e6e7d6

View File

@ -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