diff options
author | Eric Callahan <arksine.code@gmail.com> | 2022-05-31 06:55:13 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-06-03 14:51:01 -0400 |
commit | 129091d81176c8a361802a19fc9ee6c567d2f558 (patch) | |
tree | 5d5bd3472a9316ac24caa1aa9c1de51aa9ea0586 /src/stm32/internal.h | |
parent | 8b1e3c3fb25e3d3fbec49158ba9dba9b07c9be00 (diff) | |
download | kutter-129091d81176c8a361802a19fc9ee6c567d2f558.tar.gz kutter-129091d81176c8a361802a19fc9ee6c567d2f558.tar.xz kutter-129091d81176c8a361802a19fc9ee6c567d2f558.zip |
canbus: use "try_request_canboot" method
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'src/stm32/internal.h')
-rw-r--r-- | src/stm32/internal.h | 3 |
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 |