mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -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
|
#ifndef USE_LIBC_REALLOC
|
||||||
#define USE_LIBC_REALLOC 1
|
#define USE_LIBC_REALLOC 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAL_ENABLE_THREAD_STATISTICS
|
||||||
|
#define HAL_ENABLE_THREAD_STATISTICS 0
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user