X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_teledongle.c;h=8bfd8b845e73052080a682e739a64153e2e32a27;hb=56a7cbbf51f5c9ebbfe17d1cc30ed807572af3cc;hp=25ebe73ea71b513732f0d9d789492bb877f3c60f;hpb=59588ba34159b27c02e1a886b46497ecfa0cf4d3;p=fw%2Faltos diff --git a/src/product/ao_teledongle.c b/src/product/ao_teledongle.c index 25ebe73e..8bfd8b84 100644 --- a/src/product/ao_teledongle.c +++ b/src/product/ao_teledongle.c @@ -26,6 +26,8 @@ main(void) /* Turn on the LED until the system is stable */ ao_led_init(LEDS_AVAILABLE); ao_led_on(AO_LED_RED); + ao_task_init(); + ao_timer_init(); ao_cmd_init(); ao_usb_init();