diff options
author | Anthony Towns <aj@erisian.com.au> | 2010-09-05 20:49:34 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2010-09-05 20:49:34 +1000 |
commit | ddc83b4c401be965a9947782becf20cc8c54e6a2 (patch) | |
tree | 3fa313271f3c3e42ca9cc76f8cca1937067ee907 /src/ao_gps_test.c | |
parent | afea6c264c5ebf12f1d629bd4bc724da86d11b7a (diff) | |
parent | 3d49d5f69b41c27003dbc5ccf1899014bd13bd99 (diff) |
Merge branch 'master' of git://git.gag.com/fw/altos
Diffstat (limited to 'src/ao_gps_test.c')
-rw-r--r-- | src/ao_gps_test.c | 4 |
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 |