aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/stm32/gdb_if.c
diff options
context:
space:
mode:
authorGareth McMullin2015-02-28 22:48:26 -0800
committerGareth McMullin2015-02-28 22:48:26 -0800
commit476f83b69ad86c71ee57c8633f09667e9caa0a5f (patch)
tree55a43cf35d8a258774528d8f9c8b17a62aecd72b /src/platforms/stm32/gdb_if.c
parent5eff0ab5d648408cf4df528d2be3d29b04034083 (diff)
Move common USB stuff out of platform header files.
Diffstat (limited to 'src/platforms/stm32/gdb_if.c')
-rw-r--r--src/platforms/stm32/gdb_if.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/platforms/stm32/gdb_if.c b/src/platforms/stm32/gdb_if.c
index c8208b3..6cc9084 100644
--- a/src/platforms/stm32/gdb_if.c
+++ b/src/platforms/stm32/gdb_if.c
@@ -23,8 +23,7 @@
* uses the USB CDC-ACM device bulk endpoints to implement the channel.
*/
#include "platform.h"
-#include <libopencm3/usb/usbd.h>
-
+#include "cdcacm.h"
#include "gdb_if.h"
static uint32_t count_out;