diff options
author | Keith Packard <keithp@keithp.com> | 2011-05-17 17:52:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-05-17 17:52:35 -0700 |
commit | ce78906727aa59fc2b91f0fde4c7186b037359ff (patch) | |
tree | 3ea069a2d1764aac67a3c8d301fef7fb78a01193 /src-avr/ao_demo.c | |
parent | edc7bff70353df0c83deff6d5107060f6e934607 (diff) |
src-avr: USB work in progress
Some packets are flowing, although it's not working right.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src-avr/ao_demo.c')
-rw-r--r-- | src-avr/ao_demo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-avr/ao_demo.c b/src-avr/ao_demo.c index a9632080..cb7ad786 100644 --- a/src-avr/ao_demo.c +++ b/src-avr/ao_demo.c @@ -41,6 +41,7 @@ main(void) ao_led_init(LEDS_AVAILABLE); ao_timer_init(); ao_cmd_init(); + ao_usb_init(); // ao_add_task(&demo_task, ao_demo, "demo"); /* Turn on the LED until the system is stable */ |