mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-20 13:17:55 -06:00
armcm_reset: Add a armcm_reset.h header file for try_request_canboot()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
9047702a00
commit
c1f4bdebf2
9 changed files with 18 additions and 9 deletions
|
@ -42,7 +42,4 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue