aboutsummaryrefslogtreecommitdiff
path: root/src/usb/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb/setup.c')
-rw-r--r--src/usb/setup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usb/setup.c b/src/usb/setup.c
index 609267a..d53c318 100644
--- a/src/usb/setup.c
+++ b/src/usb/setup.c
@@ -125,6 +125,8 @@ void usb_start() {
for the first interface (not the interface number) */
hiddev_init();
+ cdc_acm_init();
+
init();
PFIC_EnableIRQ(USB_IRQn);
} \ No newline at end of file