aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/stm32/gdb_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/platforms/stm32/gdb_if.c')
-rw-r--r--src/platforms/stm32/gdb_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/stm32/gdb_if.c b/src/platforms/stm32/gdb_if.c
index 6cc9084..286c66b 100644
--- a/src/platforms/stm32/gdb_if.c
+++ b/src/platforms/stm32/gdb_if.c
@@ -22,7 +22,7 @@
* Serial Debugging protocol is implemented. This implementation for STM32
* uses the USB CDC-ACM device bulk endpoints to implement the channel.
*/
-#include "platform.h"
+#include "general.h"
#include "cdcacm.h"
#include "gdb_if.h"