Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit d977213

Browse files
committed
Merge pull request #237 from jacobmcnamee/gps_prn
use actual GPS PRN (1-32) for sat value
2 parents 9e27059 + 44d3103 commit d977213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/libswiftnav/signal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enum band {
3030
BAND_COUNT,
3131
};
3232

33-
#define GPS_FIRST_PRN 0
33+
#define GPS_FIRST_PRN 1
3434
#define SBAS_FIRST_PRN 120
3535

3636
#define SID_STR_LEN_MAX 16

0 commit comments

Comments
 (0)