aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/gdb_if.c
diff options
context:
space:
mode:
authorGareth McMullin2011-02-17 15:06:27 +1300
committerGareth McMullin2011-02-17 15:06:27 +1300
commitb36242d0219668f939ec5e4e83a39dd68f28f179 (patch)
tree0b81b52e08f6484542f952ade094cbd765621797 /src/stm32/gdb_if.c
parentf08914ec1f2ee8630653278971e087cc358d98dc (diff)
CDC-ACM now asserts DCD to allow opening tty devs in BSD/MacOS.
Cleaned up compiler warnings.
Diffstat (limited to 'src/stm32/gdb_if.c')
-rw-r--r--src/stm32/gdb_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/gdb_if.c b/src/stm32/gdb_if.c
index c825707..08dfa03 100644
--- a/src/stm32/gdb_if.c
+++ b/src/stm32/gdb_if.c
@@ -23,7 +23,7 @@
* uses the USB CDC-ACM device bulk endpoints to implement the channel.
*/
#include "platform.h"
-#include <usbd.h>
+#include <libopencm3/usb/usbd.h>
#include "gdb_if.h"