Skip to content

Commit 689e063

Browse files
committed
Remove default on setNAV5PositionAccuracy
1 parent 5dc0bb5 commit 689e063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_u-blox_GNSS_Arduino_Library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ class SFE_UBLOX_GNSS
951951
uint8_t getDynamicModel(uint16_t maxWait = defaultMaxWait); // Get the dynamic model - returns 255 if the sendCommand fails
952952

953953
// Change the position accuracy using UBX-CFG-NAV5
954-
bool setNAV5PositionAccuracy(uint16_t metres = 100, uint16_t maxWait = defaultMaxWait);
954+
bool setNAV5PositionAccuracy(uint16_t metres, uint16_t maxWait = defaultMaxWait);
955955
uint16_t getNAV5PositionAccuracy(uint16_t maxWait = defaultMaxWait); // Get the position accuracy - returns 0 if the sendCommand fails
956956

957957

0 commit comments

Comments
 (0)