mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Whitespace
This commit is contained in:
parent
c16d642d66
commit
e18aeb8dc2
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ void init(void)
|
||||||
.triggerPin = sonarHardware->triggerIO,
|
.triggerPin = sonarHardware->triggerIO,
|
||||||
.echoPin = sonarHardware->echoIO
|
.echoPin = sonarHardware->echoIO
|
||||||
};
|
};
|
||||||
pwm_params.sonarConfig = &sonarConfig;
|
pwm_params.sonarConfig = &sonarConfig;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue