X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao_tidongle.c;h=b068d04563513719eeca79a1ea5688332bc19eee;hp=385e0cfd68cef25a6b4a528e76a0eb2ac25e7705;hb=9b974217958b1017e62d6c4f4568f547ccc30c58;hpb=43c8f7012102cdb591ace899420c10e4a78385ad diff --git a/ao_tidongle.c b/ao_tidongle.c index 385e0cfd..b068d045 100644 --- a/ao_tidongle.c +++ b/ao_tidongle.c @@ -27,18 +27,18 @@ main(void) ; /* Turn on the LED until the system is stable */ - ao_led_init(); + ao_led_init(AO_LED_RED); ao_led_on(AO_LED_RED); ao_timer_init(); ao_cmd_init(); ao_usb_init(); - ao_monitor_init(); + ao_monitor_init(AO_LED_RED, TRUE); + ao_rssi_init(AO_LED_RED); ao_radio_init(); + ao_dbg_init(); + ao_config_init(); + /* Bring up the USB link */ + P1DIR |= 1; + P1 |= 1; ao_start_scheduler(); } - -/* Stub for systems which have no ADC */ -void -ao_adc_poll(void) -{ -}