Browse Source

HAL_ChibiOS: fixed AP_Periph build with --enable-asserts

zr-v5.1
Andrew Tridgell 4 years ago
parent
commit
2a29b0fcf5
  1. 1
      libraries/AP_HAL_ChibiOS/hwdef/common/chconf.h

1
libraries/AP_HAL_ChibiOS/hwdef/common/chconf.h

@ -51,6 +51,7 @@ @@ -51,6 +51,7 @@
#define CH_DBG_ENABLE_ASSERTS TRUE
#define CH_DBG_ENABLE_CHECKS TRUE
#define CH_DBG_SYSTEM_STATE_CHECK TRUE
#undef CH_DBG_ENABLE_STACK_CHECK
#define CH_DBG_ENABLE_STACK_CHECK TRUE
#endif

Loading…
Cancel
Save