aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/gdb_if.c
diff options
context:
space:
mode:
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"