summaryrefslogtreecommitdiffstats
path: root/app/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/usb.c')
-rw-r--r--app/usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/usb.c b/app/usb.c
index 2bd6986..bf4bbfb 100644
--- a/app/usb.c
+++ b/app/usb.c
@@ -205,5 +205,6 @@ usb_run (void)
for (;;)
{
usbd_poll (usbd_dev);
+ serial_poll();
}
}