summaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/stm32x.c')
-rw-r--r--src/flash/nor/stm32x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/nor/stm32x.c b/src/flash/nor/stm32x.c
index 581b6505..37925470 100644
--- a/src/flash/nor/stm32x.c
+++ b/src/flash/nor/stm32x.c
@@ -25,7 +25,7 @@
#endif
#include "stm32x.h"
-#include "armv7m.h"
+#include <target/armv7m.h>
#include <helper/binarybuffer.h>
#include <target/algorithm.h>