aboutsummaryrefslogtreecommitdiff
path: root/src/stm32/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32/platform.h')
-rw-r--r--src/stm32/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/platform.h b/src/stm32/platform.h
index 2925ae8..2b0f0ea 100644
--- a/src/stm32/platform.h
+++ b/src/stm32/platform.h
@@ -24,7 +24,7 @@
#ifndef __PLATFORM_H
#define __PLATFORM_H
-#include <libopencm3/stm32/gpio.h>
+#include <libopencm3/stm32/f1/gpio.h>
#include <setjmp.h>
#include <alloca.h>