summaryrefslogtreecommitdiff
path: root/stm/lib
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-19 15:37:09 +0100
committerDamien <damien.p.george@gmail.com>2013-10-19 15:37:09 +0100
commitfb42ec17bcf7508f66b8d8d0770b60c33be0d6ab (patch)
treec879f13cc08c9bda799c815e93f356f9639852f5 /stm/lib
parentd7a7a30a4f7e85b1c4cac92b2e101e4071b89daa (diff)
Try to re-add USB support...
Diffstat (limited to 'stm/lib')
-rw-r--r--stm/lib/usbd_pyb_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/lib/usbd_pyb_core.c b/stm/lib/usbd_pyb_core.c
index ea8f05a81..5d6e6d9b9 100644
--- a/stm/lib/usbd_pyb_core.c
+++ b/stm/lib/usbd_pyb_core.c
@@ -64,6 +64,8 @@
*/
/* Includes ------------------------------------------------------------------*/
+#include <stdio.h>
+
#include "usbd_cdc_core.h"
#include "usbd_desc.h"
#include "usbd_req.h"