1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Fix missing field from lookupTableDebug

This commit is contained in:
Sami Korhonen 2016-12-24 10:00:35 +02:00
parent e5801e3fbc
commit e82469b1e8

View file

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