mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Fixed gyro debug output
This commit is contained in:
parent
5cbe75a603
commit
4e68bc5895
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ bool gyroInit(void)
|
||||||
case DEBUG_GYRO:
|
case DEBUG_GYRO:
|
||||||
case DEBUG_GYRO_RAW:
|
case DEBUG_GYRO_RAW:
|
||||||
gyroDebugMode = debugMode;
|
gyroDebugMode = debugMode;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
// debugMode is not gyro-related
|
// debugMode is not gyro-related
|
||||||
gyroDebugMode = DEBUG_NONE;
|
gyroDebugMode = DEBUG_NONE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue