From 4e68bc5895659b70fe616f44ebe8c1555f3553e4 Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Wed, 30 Aug 2017 23:45:37 +0100 Subject: [PATCH] Fixed gyro debug output --- src/main/sensors/gyro.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/sensors/gyro.c b/src/main/sensors/gyro.c index a2f89ae770..92871f3c79 100644 --- a/src/main/sensors/gyro.c +++ b/src/main/sensors/gyro.c @@ -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;