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