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

Commit 81bd794

Browse files
committed
Merge pull request #238 from jacobmcnamee/max_sats
delete MAX_SATS define
2 parents a56d47d + 03745c6 commit 81bd794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/libswiftnav/constants.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
* \{ */
2121

2222
#define MAX_CHANNELS 11 /**< Maximum sats we can track */
23-
#define MAX_SATS 32 /**< Maximum sats in the universe */
2423

2524
#define R2D (180.0 / M_PI) /**< Conversion factor from radians to degrees. */
2625
#define D2R (M_PI / 180.0) /**< Conversion factor from degrees to radians. */

0 commit comments

Comments
 (0)