diff options
| author | Keith Packard <keithp@keithp.com> | 2013-10-25 04:03:39 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-10-25 04:03:39 -0700 | 
| commit | ba99630f33440b993c69830856d2a7741ffdef71 (patch) | |
| tree | a4e456769eac59da955d7536755bbfb294763242 /src/test/ao_gps_test_skytraq.c | |
| parent | b83876718b1a535ee04ca0351ad57814454ec646 (diff) | |
altos: Fix GPS test frameworks to handle shared ao_gps_new variable
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/ao_gps_test_skytraq.c')
| -rw-r--r-- | src/test/ao_gps_test_skytraq.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ao_gps_test_skytraq.c b/src/test/ao_gps_test_skytraq.c index bf2ab5b8..1b590d5e 100644 --- a/src/test/ao_gps_test_skytraq.c +++ b/src/test/ao_gps_test_skytraq.c @@ -26,6 +26,9 @@  #define AO_GPS_NUM_SAT_MASK	(0xf << 0)  #define AO_GPS_NUM_SAT_SHIFT	(0) +#define AO_GPS_NEW_DATA		1 +#define AO_GPS_NEW_TRACKING	2 +  #define AO_GPS_VALID		(1 << 4)  #define AO_GPS_RUNNING		(1 << 5)  #define AO_GPS_DATE_VALID	(1 << 6)  | 
