X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_tidongle.c;h=b1a96bdd1cfcf3acd5c357302135a7782a1c1cdb;hb=56a7cbbf51f5c9ebbfe17d1cc30ed807572af3cc;hp=cba0b12249a44757ea674d7500cd6e56785f1db8;hpb=f1b14932149153a096961fff94191778f88581d9;p=fw%2Faltos diff --git a/src/product/ao_tidongle.c b/src/product/ao_tidongle.c index cba0b122..b1a96bdd 100644 --- a/src/product/ao_tidongle.c +++ b/src/product/ao_tidongle.c @@ -27,6 +27,9 @@ main(void) /* Turn on the LED until the system is stable */ ao_led_init(AO_LED_RED); ao_led_on(AO_LED_RED); + + ao_task_init(); + ao_timer_init(); ao_cmd_init(); ao_usb_init();