mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Fix comment typo
This commit is contained in:
parent
1ac5f8df27
commit
2c3fa81cf8
1 changed files with 2 additions and 2 deletions
|
@ -891,7 +891,7 @@ STATIC_PROTOTHREAD(gpsConfigure)
|
|||
ptWait(_ack_state == UBX_ACK_GOT_ACK);
|
||||
|
||||
if ((gpsState.gpsConfig->provider == GPS_UBLOX7PLUS) && (gpsState.hwVersion >= UBX_HW_VERSION_UBLOX7)) {
|
||||
configureRATE(hz2rate(gpsState.gpsConfig->ubloxNavHz)); // defautl 10Hz
|
||||
configureRATE(hz2rate(gpsState.gpsConfig->ubloxNavHz)); // default 10Hz
|
||||
} else {
|
||||
configureRATE(200); // 5Hz
|
||||
}
|
||||
|
@ -923,7 +923,7 @@ STATIC_PROTOTHREAD(gpsConfigure)
|
|||
ptWait(_ack_state == UBX_ACK_GOT_ACK);
|
||||
|
||||
if ((gpsState.gpsConfig->provider == GPS_UBLOX7PLUS) && (gpsState.hwVersion >= UBX_HW_VERSION_UBLOX7)) {
|
||||
configureRATE(hz2rate(gpsState.gpsConfig->ubloxNavHz)); // defautl 10Hz
|
||||
configureRATE(hz2rate(gpsState.gpsConfig->ubloxNavHz)); // default 10Hz
|
||||
}
|
||||
else {
|
||||
configureRATE(200); // 5Hz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue