mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: update last_crash_dump api
This commit is contained in:
parent
b1e25ec4fd
commit
0c69ebc50e
|
@ -192,7 +192,8 @@ public:
|
|||
// log info on stack usage
|
||||
virtual void log_stack_info(void) {}
|
||||
|
||||
virtual void last_crash_dump(ExpandingString &str) const {}
|
||||
virtual size_t last_crash_dump_size() const { return 0; }
|
||||
virtual void* last_crash_dump_ptr() const { return nullptr; }
|
||||
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