Browse Source

AP_HAL: add HAL_ENABLE_THREAD_STATISTICS to boards

zr-v5.1
Andy Piper 4 years ago committed by Andrew Tridgell
parent
commit
c8e464ebea
  1. 4
      libraries/AP_HAL/AP_HAL_Boards.h

4
libraries/AP_HAL/AP_HAL_Boards.h

@ -251,3 +251,7 @@ @@ -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…
Cancel
Save