aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/stm32f4.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-06-04 11:50:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-06-04 11:52:39 -0400
commitc1f4bdebf283ef8860179216fdc4d4d87e595213 (patch)
treebcff86a211d3a9f6e0d0d7db1e19cb658536ea03 /src/stm32/stm32f4.c
parent9047702a00c716245c37dba72ddc0007c0b37f69 (diff)
downloadkutter-c1f4bdebf283ef8860179216fdc4d4d87e595213.tar.gz
kutter-c1f4bdebf283ef8860179216fdc4d4d87e595213.tar.xz
kutter-c1f4bdebf283ef8860179216fdc4d4d87e595213.zip
armcm_reset: Add a armcm_reset.h header file for try_request_canboot()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stm32/stm32f4.c')
-rw-r--r--src/stm32/stm32f4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/stm32f4.c b/src/stm32/stm32f4.c
index 58d8dbb4..9c6880cf 100644
--- a/src/stm32/stm32f4.c
+++ b/src/stm32/stm32f4.c
@@ -6,6 +6,7 @@
#include "autoconf.h" // CONFIG_CLOCK_REF_FREQ
#include "board/armcm_boot.h" // VectorTable
+#include "board/armcm_reset.h" // try_request_canboot
#include "board/irq.h" // irq_disable
#include "board/usb_cdc.h" // usb_request_bootloader
#include "command.h" // DECL_CONSTANT_STR