diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-13 13:51:08 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-13 13:51:08 -0700 |
commit | c5c1e3fb1c253d387be02c127253ac2a55d577b4 (patch) | |
tree | 9e3f6a5128956bf4121a2d5334ed7073122bd530 /ao_task.c | |
parent | f3f25a1cec7d2a034aa544569cfd23bea1a996c5 (diff) |
Add USB support.
This offers a single CDC ACM device over USB.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao_task.c')
-rw-r--r-- | ao_task.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -183,6 +183,7 @@ ao_start_scheduler(void) ao_adc_init(); ao_beep_init(); ao_led_init(); + ao_usb_init(); ao_cur_task_id = AO_NO_TASK; ao_cur_task = NULL; |