Skip to content

Commit 86fa208

Browse files
committed
Add comments
1 parent a5d7754 commit 86fa208

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Firmware/RTK_Everywhere/menuCommands.ino

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ SettingValueResponse updateSettingWithValue(bool inCommands, const char *setting
751751
break;
752752
}
753753
}
754-
#endif
754+
#endif // COMPILE_MOSAICX5
755755
#ifdef COMPILE_ZED
756756
for (int x = 0; x < MAX_UBX_CONSTELLATIONS; x++)
757757
{
@@ -763,7 +763,7 @@ SettingValueResponse updateSettingWithValue(bool inCommands, const char *setting
763763
break;
764764
}
765765
}
766-
#endif
766+
#endif // COMPILE_ZED
767767
#ifdef COMPILE_UM980
768768
for (int x = 0; x < MAX_UM980_CONSTELLATIONS; x++)
769769
{
@@ -775,7 +775,7 @@ SettingValueResponse updateSettingWithValue(bool inCommands, const char *setting
775775
break;
776776
}
777777
}
778-
#endif
778+
#endif // COMPILE_UM980
779779
#ifdef COMPILE_LG290P
780780
for (int x = 0; x < MAX_LG290P_CONSTELLATIONS; x++)
781781
{
@@ -802,7 +802,7 @@ SettingValueResponse updateSettingWithValue(bool inCommands, const char *setting
802802
break;
803803
}
804804
}
805-
#endif
805+
#endif // COMPILE_UM980
806806
#ifdef COMPILE_LG290P
807807
for (int x = 0; x < MAX_LG290P_NMEA_MSG; x++)
808808
{
@@ -829,7 +829,7 @@ SettingValueResponse updateSettingWithValue(bool inCommands, const char *setting
829829
break;
830830
}
831831
}
832-
#endif
832+
#endif // COMPILE_UM980
833833
#ifdef COMPILE_LG290P
834834
for (int x = 0; x < MAX_LG290P_RTCM_MSG; x++)
835835
{
@@ -856,7 +856,7 @@ SettingValueResponse updateSettingWithValue(bool inCommands, const char *setting
856856
break;
857857
}
858858
}
859-
#endif
859+
#endif // COMPILE_UM980
860860
#ifdef COMPILE_LG290P
861861
for (int x = 0; x < MAX_LG290P_RTCM_MSG; x++)
862862
{

0 commit comments

Comments
 (0)