summaryrefslogtreecommitdiff
path: root/src/test/ao_aprs_test.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-12-05 21:22:55 -0800
committerKeith Packard <keithp@keithp.com>2012-12-05 21:22:55 -0800
commit0bb7200f85db1bc6e39e72e671be9a7aef9c8f09 (patch)
tree950ef0a0d7ad4ba6af9f8fa55005317ff22a8436 /src/test/ao_aprs_test.c
parentd717edd18a35376811d6be0d0c7522ee8cc426f9 (diff)
altos: Remove more unused APRS code
Getting down to a reasonable amount of code. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/ao_aprs_test.c')
-rw-r--r--src/test/ao_aprs_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/ao_aprs_test.c b/src/test/ao_aprs_test.c
index 947a02b4..93dab577 100644
--- a/src/test/ao_aprs_test.c
+++ b/src/test/ao_aprs_test.c
@@ -66,13 +66,12 @@ audio_gap(int secs)
// This is where we go after reset.
int main(int argc, char **argv)
{
- gpsInit();
tncInit();
audio_gap(1);
/* Transmit one packet */
- tncTxPacket(TNC_MODE_1200_AFSK);
+ tncTxPacket();
exit(0);
}