mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_HAL: added stack logging
This commit is contained in:
parent
84bbc707fc
commit
8157c24977
@ -188,6 +188,9 @@ public:
|
||||
// generate Random values, will block until enough entropy is available
|
||||
virtual bool get_true_random_vals(uint8_t* data, size_t size, uint32_t timeout_us) { return false; }
|
||||
|
||||
// log info on stack usage
|
||||
virtual void log_stack_info(void) {}
|
||||
|
||||
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