canbus: use "try_request_canboot" method

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-05-31 06:55:13 -04:00 committed by KevinOConnor
parent 8b1e3c3fb2
commit 129091d811
2 changed files with 4 additions and 15 deletions

View file

@ -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