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

Fixed gyro debug output

This commit is contained in:
Martin Budden 2017-08-30 23:45:37 +01:00
parent 5cbe75a603
commit 4e68bc5895

View file

@ -364,6 +364,7 @@ bool gyroInit(void)
case DEBUG_GYRO:
case DEBUG_GYRO_RAW:
gyroDebugMode = debugMode;
break;
default:
// debugMode is not gyro-related
gyroDebugMode = DEBUG_NONE;