diff options
Diffstat (limited to 'src/stm32/stm32l4.c')
-rw-r--r-- | src/stm32/stm32l4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/stm32l4.c b/src/stm32/stm32l4.c index 709473c8..0555ae3e 100644 --- a/src/stm32/stm32l4.c +++ b/src/stm32/stm32l4.c @@ -7,6 +7,7 @@ #include "autoconf.h" // CONFIG_CLOCK_REF_FREQ #include "board/armcm_boot.h" // VectorTable #include "board/irq.h" // irq_disable +#include "board/misc.h" // bootloader_request #include "command.h" // DECL_CONSTANT_STR #include "internal.h" // enable_pclock #include "sched.h" // sched_main |