diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-06-04 11:50:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-06-04 11:52:39 -0400 |
commit | c1f4bdebf283ef8860179216fdc4d4d87e595213 (patch) | |
tree | bcff86a211d3a9f6e0d0d7db1e19cb658536ea03 /src/stm32/stm32f0.c | |
parent | 9047702a00c716245c37dba72ddc0007c0b37f69 (diff) | |
download | kutter-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/stm32f0.c')
-rw-r--r-- | src/stm32/stm32f0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/stm32f0.c b/src/stm32/stm32f0.c index a751b546..8ea8f43c 100644 --- a/src/stm32/stm32f0.c +++ b/src/stm32/stm32f0.c @@ -6,6 +6,7 @@ #include "autoconf.h" // CONFIG_CLOCK_REF_FREQ #include "board/armcm_boot.h" // armcm_main +#include "board/armcm_reset.h" // try_request_canboot #include "board/irq.h" // irq_disable #include "command.h" // DECL_CONSTANT_STR #include "internal.h" // enable_pclock |