From 43c8f7012102cdb591ace899420c10e4a78385ad Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 20 Apr 2009 23:33:41 -0700 Subject: Add radio support. Build separate executables for TeleMetrum and the TI dongle Ok, way too big a patch, but things were in rough shape. This patch adds support for the radio, both transmit and receive. Then, because I could no longer run the TeleMetrum code on the TI dongle, I ended up building a separate image for the TI board, which involved creating a mechanism for having multiple command sets and splitting code for different functions into different files. --- ao_main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ao_main.c') diff --git a/ao_main.c b/ao_main.c index e4ccdf59..1f7a829f 100644 --- a/ao_main.c +++ b/ao_main.c @@ -39,5 +39,7 @@ main(void) ao_usb_init(); ao_serial_init(); ao_gps_init(); + ao_telemetry_init(); + ao_radio_init(); ao_start_scheduler(); } -- cgit v1.2.3