Skip to content

Commit ed3f5a0

Browse files
committed
Correct NavIC constellation name for config
1 parent 0597137 commit ed3f5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const mosaicSignalConstellation mosaicSignalConstellations[] = {
229229
{"SBAS","SBAS"},
230230
{"BEIDOU","BeiDou"},
231231
{"QZSS","QZSS"},
232-
{"NAVIC","NAVIC"},
232+
{"NAVIC","NavIC"},
233233
};
234234

235235
#define MAX_MOSAIC_CONSTELLATIONS (sizeof(mosaicSignalConstellations) / sizeof(mosaicSignalConstellation))

0 commit comments

Comments
 (0)