mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
fix formatting
This commit is contained in:
parent
11abec88ed
commit
ab49f4efd2
1 changed files with 4 additions and 3 deletions
|
@ -128,7 +128,8 @@ void gpsInitHardware(void)
|
|||
|
||||
if (gpsData.state == GPS_INITIALIZING) {
|
||||
uint32_t m = millis();
|
||||
if (m - gpsData.state_ts < GPS_BAUD_DELAY) return;
|
||||
if (m - gpsData.state_ts < GPS_BAUD_DELAY)
|
||||
return;
|
||||
|
||||
if (gpsData.state_position < GPS_INIT_ENTRIES) {
|
||||
// try different speed to INIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue