1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +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",
"ESC_SENSOR",
"SCHEDULER",
"STACK"
};
#ifdef OSD