mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
Fix function brace style
This commit is contained in:
parent
6a06f0e408
commit
9957ceb275
83 changed files with 494 additions and 251 deletions
|
@ -274,7 +274,8 @@ void gyroInitFilters(void)
|
|||
}
|
||||
|
||||
#if defined(USE_GYRO_SLEW_LIMITER)
|
||||
void gyroInitSlewLimiter(gyroSensor_t *gyroSensor) {
|
||||
void gyroInitSlewLimiter(gyroSensor_t *gyroSensor)
|
||||
{
|
||||
|
||||
for (int axis = 0; axis < XYZ_AXIS_COUNT; axis++) {
|
||||
gyroSensor->gyroDev.gyroADCRawPrevious[axis] = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue