mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Removed a redundant memset
This commit is contained in:
parent
02eccab75b
commit
19f5d3cd98
1 changed files with 0 additions and 1 deletions
|
@ -547,7 +547,6 @@ bool gyroInit(void)
|
|||
firstArmingCalibrationWasStarted = false;
|
||||
|
||||
bool ret = false;
|
||||
memset(&gyro, 0, sizeof(gyro));
|
||||
gyroToUse = gyroConfig()->gyro_to_use;
|
||||
|
||||
#if defined(USE_DUAL_GYRO) && defined(GYRO_1_CS_PIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue