aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/swdptap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/swdptap.c')
-rw-r--r--src/stm32/swdptap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/swdptap.c b/src/stm32/swdptap.c
index e6799eb..36f3448 100644
--- a/src/stm32/swdptap.c
+++ b/src/stm32/swdptap.c
@@ -20,7 +20,7 @@
/* This file implements the low-level SW-DP interface. */
-#include <libopencm3/stm32/gpio.h>
+#include <libopencm3/stm32/f1/gpio.h>
#include <stdio.h>
#include "general.h"