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

Commit 44d3103

Browse files
committed
use actual GPS PRN (1-32) for sat value
1 parent df48fe0 commit 44d3103

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
typedef struct __attribute__((packed)) {

0 commit comments

Comments
 (0)