Skip to content

Commit e444eb0

Browse files
committed
Correct systemPrintln in menuLogMosaic
1 parent 26a9753 commit e444eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void menuLogMosaic()
6969
systemPrintln(mosaicFileDurations[settings.RINEXFileDuration].humanName);
7070

7171
systemPrint("4) Set RINEX observation interval: ");
72-
systemPrint(mosaicObsIntervals[settings.RINEXObsInterval].humanName);
72+
systemPrintln(mosaicObsIntervals[settings.RINEXObsInterval].humanName);
7373
}
7474

7575
systemPrintln("x) Exit");

0 commit comments

Comments
 (0)