mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Fix gyro debug raw initialisation
This commit is contained in:
parent
4a50474a48
commit
c103e3074e
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ bool gyroInit(void)
|
||||||
case DEBUG_FFT:
|
case DEBUG_FFT:
|
||||||
case DEBUG_GYRO_NOTCH:
|
case DEBUG_GYRO_NOTCH:
|
||||||
case DEBUG_GYRO:
|
case DEBUG_GYRO:
|
||||||
|
case DEBUG_GYRO_RAW:
|
||||||
gyroDebugMode = debugMode;
|
gyroDebugMode = debugMode;
|
||||||
default:
|
default:
|
||||||
// debugMode is not gyro-related
|
// debugMode is not gyro-related
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue