AP_HAL: add HAL_ENABLE_THREAD_STATISTICS to boards

This commit is contained in:
Andy Piper 2020-12-23 10:41:17 +00:00 committed by Andrew Tridgell
parent 83c8807b39
commit c8e464ebea

View File

@ -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