summaryrefslogtreecommitdiff
path: root/src/product/ao_teledongle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/product/ao_teledongle.c')
-rw-r--r--src/product/ao_teledongle.c2
1 files changed, 2 insertions, 0 deletions
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();