1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Whitespace

This commit is contained in:
blckmn 2016-06-15 22:29:09 +10:00
parent c16d642d66
commit e18aeb8dc2

View file

@ -269,7 +269,7 @@ void init(void)
.triggerPin = sonarHardware->triggerIO,
.echoPin = sonarHardware->echoIO
};
pwm_params.sonarConfig = &sonarConfig;
pwm_params.sonarConfig = &sonarConfig;
}
#endif