mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL: add mem_info()
Co-authored-by: Andrew Tridgell <andrew@tridgell.net>
This commit is contained in:
parent
de9382b0f4
commit
0eff201016
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user