From d1887ded41a5bfec8e10e9fd736fa9444b9b6222 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 21 Apr 2009 01:17:03 -0700 Subject: Fix up fancy dbg stuff. Add teleterra initial bits. The dbg stuff needed a bit of help to actually walk the tables; it appears that complex expressions confuse sdcc. This also adds primitive teleterra bits, but no UI, etc. Signed-off-by: Keith Packard --- ao_tidongle.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ao_tidongle.c') diff --git a/ao_tidongle.c b/ao_tidongle.c index 385e0cfd..ea21e127 100644 --- a/ao_tidongle.c +++ b/ao_tidongle.c @@ -34,6 +34,9 @@ main(void) ao_usb_init(); ao_monitor_init(); ao_radio_init(); + ao_dbg_init(); + /* Bring up the USB link */ + ao_led_on(AO_LED_GREEN); ao_start_scheduler(); } -- cgit v1.2.3