Browse Source

AP_HAL: add method to fetch last crash dump

gps-1.3.1
bugobliterator 3 years ago committed by Andrew Tridgell
parent
commit
f9f47cbeeb
  1. 3
      libraries/AP_HAL/Util.h

3
libraries/AP_HAL/Util.h

@ -190,7 +190,8 @@ public: @@ -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…
Cancel
Save