summaryrefslogtreecommitdiff
path: root/src/test/ao_aprs_test.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-12-05 21:01:59 -0800
committerKeith Packard <keithp@keithp.com>2012-12-05 21:01:59 -0800
commitfe820a8a2dc6248b5edb96a9521536d41b936116 (patch)
tree91e68a3118fbaeac336ae74dbd1d22ca331cabe5 /src/test/ao_aprs_test.c
parent03f844ddcd95166211451fda0b20f9b15496294e (diff)
Signed-off-by: Keith Packard <keithp@keithp.com>
altos: Switch APRS to standard position reporting form Stop using NMEA sentences for position
Diffstat (limited to 'src/test/ao_aprs_test.c')
-rw-r--r--src/test/ao_aprs_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ao_aprs_test.c b/src/test/ao_aprs_test.c
index 1c0b252b..cec4d617 100644
--- a/src/test/ao_aprs_test.c
+++ b/src/test/ao_aprs_test.c
@@ -79,7 +79,7 @@ int main(int argc, char **argv)
utcSeconds = 55;
// This is the main loop that process GPS data and waits for the once per second timer tick.
- for (i = 0; i < 5; i++)
+ for (i = 0; i < 3; i++)
{
audio_gap(10);
// Read the GPS engine serial port FIFO and process the GPS data.