Skip to content

Commit 25306d8

Browse files
committed
Add missing compiler guard
1 parent 4629ffe commit 25306d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Firmware/RTK_Everywhere/menuCommands.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3220,6 +3220,8 @@ void commandList(bool inCommands, int i)
32203220
}
32213221
}
32223222
break;
3223+
3224+
#ifdef COMPILE_MOSAICX5
32233225
case tMosaicConst: {
32243226
// Record Mosaic Constellations
32253227
for (int x = 0; x < rtkSettingsEntries[i].qualifier; x++)
@@ -3303,6 +3305,7 @@ void commandList(bool inCommands, int i)
33033305
}
33043306
}
33053307
break;
3308+
#endif // COMPILE_MOSAICX5
33063309

33073310
#ifdef COMPILE_LG290P
33083311
case tLgMRNmea: {

0 commit comments

Comments
 (0)