1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Improved scheduler and task timing instrumentation

This commit is contained in:
Martin Budden 2016-11-26 12:39:05 +00:00
parent ccd759d93a
commit 4fe68ce093
10 changed files with 71 additions and 30 deletions

View file

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