1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Enabled CCM RAM for stack. Added stack watermarking

This commit is contained in:
Martin Budden 2016-12-01 09:16:44 +00:00
parent 8af1508c83
commit 2b3cc549e9
10 changed files with 204 additions and 5 deletions

View file

@ -61,5 +61,6 @@ typedef enum {
DEBUG_ANGLERATE,
DEBUG_ESC_TELEMETRY,
DEBUG_SCHEDULER,
DEBUG_STACK,
DEBUG_COUNT
} debugType_e;