1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +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

@ -93,4 +93,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"DYN_IDLE",
"FF_LIMIT",
"FF_INTERPOLATED",
"BLACKBOX_OUTPUT",
};