mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
AP_HAL: add method to fetch last crash dump
This commit is contained in:
parent
2af001541e
commit
f9f47cbeeb
@ -190,7 +190,8 @@ public:
|
||||
|
||||
// log info on stack usage
|
||||
virtual void log_stack_info(void) {}
|
||||
|
||||
|
||||
virtual void last_crash_dump(ExpandingString &str) const {}
|
||||
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