Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rcv/novatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static int sig2code(int sys, int sigtype)
}
else if (sys==SYS_GAL) {
switch (sigtype) {
case 1: return CODE_L1B; /* E1B (Bynav M2) */
case 1: return CODE_L1C; /* E1BC (Bynav M2) */
case 2: return CODE_L1C; /* E1C (OEM6) */
case 6: return CODE_L6B; /* E6B (OEM7) */
case 7: return CODE_L6C; /* E6C (OEM7) */
Expand Down