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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/ao_aprs_test.c b/src/test/ao_aprs_test.c
index d350ca0d..d0cfb52d 100644
--- a/src/test/ao_aprs_test.c
+++ b/src/test/ao_aprs_test.c
@@ -89,12 +89,10 @@ audio_gap(int secs)
// This is where we go after reset.
int main(int argc, char **argv)
{
- tncInit();
-
audio_gap(1);
/* Transmit one packet */
- tncTxPacket();
+ ao_aprs_send();
exit(0);
}