altos: Prepare APRS for use within altos itself
[fw/altos] / src / test / ao_aprs_test.c
index d350ca0d54772bbaf30da54db3c12c3ab7aeeeb5..d0cfb52d955ca2119fc9c6233985f6937daaaf19 100644 (file)
@@ -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);
 }