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/drivers/ao_gps_ublox.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/drivers/ao_gps_ublox.c')
| -rw-r--r-- | src/drivers/ao_gps_ublox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_gps_ublox.c b/src/drivers/ao_gps_ublox.c index 3582d6e0..4fb90746 100644 --- a/src/drivers/ao_gps_ublox.c +++ b/src/drivers/ao_gps_ublox.c @@ -21,7 +21,7 @@ #include "ao_gps_ublox.h" -#define AO_UBLOX_DEBUG 1 +#define AO_UBLOX_DEBUG 0 #include <stdarg.h> |
