mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL: add HAL_ENABLE_THREAD_STATISTICS to boards
This commit is contained in:
parent
83c8807b39
commit
c8e464ebea
@ -251,3 +251,7 @@
|
||||
#ifndef USE_LIBC_REALLOC
|
||||
#define USE_LIBC_REALLOC 1
|
||||
#endif
|
||||
|
||||
#ifndef HAL_ENABLE_THREAD_STATISTICS
|
||||
#define HAL_ENABLE_THREAD_STATISTICS 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user