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:
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_RAW:
|
||||
gyroDebugMode = debugMode;
|
||||
break;
|
||||
default:
|
||||
// debugMode is not gyro-related
|
||||
gyroDebugMode = DEBUG_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue