summaryrefslogtreecommitdiff
path: root/src/telebt-v1.0/ao_telebt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/telebt-v1.0/ao_telebt.c')
-rw-r--r--src/telebt-v1.0/ao_telebt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/telebt-v1.0/ao_telebt.c b/src/telebt-v1.0/ao_telebt.c
index 4a50a9d4..935cde7d 100644
--- a/src/telebt-v1.0/ao_telebt.c
+++ b/src/telebt-v1.0/ao_telebt.c
@@ -25,6 +25,9 @@ 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();