From c103e3074e76090c2f70fcfa8df8bdaa090e66b9 Mon Sep 17 00:00:00 2001 From: Martin Budden Date: Tue, 29 Aug 2017 05:38:20 +0100 Subject: [PATCH] Fix gyro debug raw initialisation --- 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 4261c2307..a2f89ae77 100644 --- a/src/main/sensors/gyro.c +++ b/src/main/sensors/gyro.c @@ -362,6 +362,7 @@ bool gyroInit(void) case DEBUG_FFT: case DEBUG_GYRO_NOTCH: case DEBUG_GYRO: + case DEBUG_GYRO_RAW: gyroDebugMode = debugMode; default: // debugMode is not gyro-related