summaryrefslogtreecommitdiff
path: root/src/ao_gps_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_gps_test.c')
-rw-r--r--src/ao_gps_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ao_gps_test.c b/src/ao_gps_test.c
index cdcc6f4c..edb51304 100644
--- a/src/ao_gps_test.c
+++ b/src/ao_gps_test.c
@@ -62,9 +62,11 @@ struct ao_gps_sat_data {
uint8_t c_n_1;
};
+#define AO_MAX_GPS_TRACKING 12
+
struct ao_gps_tracking_data {
uint8_t channels;
- struct ao_gps_sat_data sats[12];
+ struct ao_gps_sat_data sats[AO_MAX_GPS_TRACKING];
};
void