summaryrefslogtreecommitdiff
path: root/src/test/ao_aprs_test.c
diff options
context:
space:
mode:
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);
}