AP_HAL: add mem_info()

Co-authored-by: Andrew Tridgell <andrew@tridgell.net>
This commit is contained in:
Andy Piper 2021-01-28 17:38:17 +00:00 committed by Peter Barker
parent de9382b0f4
commit 0eff201016

View File

@ -190,6 +190,9 @@ public:
// request information on dma contention
virtual void dma_info(ExpandingString &str) {}
// request information on memory allocation
virtual void mem_info(ExpandingString &str) {}
// load persistent parameters from bootloader sector
virtual bool load_persistent_params(ExpandingString &str) const { return false; }