aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32')
-rw-r--r--src/stm32/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stm32/internal.h b/src/stm32/internal.h
index f0535ab9..0033942d 100644
--- a/src/stm32/internal.h
+++ b/src/stm32/internal.h
@@ -42,4 +42,7 @@ struct cline lookup_clock_line(uint32_t periph_base);
uint32_t get_pclock_frequency(uint32_t periph_base);
void gpio_clock_enable(GPIO_TypeDef *regs);
+// armcm_timer.c
+void try_request_canboot(void);
+
#endif // internal.h