diff options
Diffstat (limited to 'src/product/ao_telepyro.c')
| -rw-r--r-- | src/product/ao_telepyro.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/product/ao_telepyro.c b/src/product/ao_telepyro.c index 79454fb7..6f09be64 100644 --- a/src/product/ao_telepyro.c +++ b/src/product/ao_telepyro.c @@ -25,6 +25,8 @@ main(void) PORTE |= (1 << 6); DDRE |= (1 << 6); + ao_task_init(); + ao_avr_stdio_init(); ao_timer_init(); ao_cmd_init(); |
