diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-21 01:17:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-21 01:17:03 -0700 |
commit | d1887ded41a5bfec8e10e9fd736fa9444b9b6222 (patch) | |
tree | 936c2e251c195d80e13a0754931ba188fbf7e5ad /ao_tidongle.c | |
parent | 43c8f7012102cdb591ace899420c10e4a78385ad (diff) |
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 <keithp@keithp.com>
Diffstat (limited to 'ao_tidongle.c')
-rw-r--r-- | ao_tidongle.c | 3 |
1 files changed, 3 insertions, 0 deletions
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(); } |