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

Merge pull request #1882 from sambas/bf_debug

Fix missing field from lookupTableDebug
This commit is contained in:
borisbstyle 2016-12-24 09:43:47 +01:00 committed by GitHub
commit c1ed72644f

View file

@ -525,6 +525,7 @@ static const char * const lookupTableDebug[DEBUG_COUNT] = {
"ANGLERATE", "ANGLERATE",
"ESC_SENSOR", "ESC_SENSOR",
"SCHEDULER", "SCHEDULER",
"STACK"
}; };
#ifdef OSD #ifdef OSD