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

Add debug code for blackbox output bandwidth measurement

This commit is contained in:
jflyper 2019-10-19 23:38:00 +09:00
parent 1c8d41b952
commit 09bbd4000a
3 changed files with 47 additions and 0 deletions

View file

@ -109,6 +109,7 @@ typedef enum {
DEBUG_DYN_IDLE,
DEBUG_FF_LIMIT,
DEBUG_FF_INTERPOLATED,
DEBUG_BLACKBOX_OUTPUT,
DEBUG_COUNT
} debugType_e;