aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/internal.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-06-04 11:50:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-06-04 11:52:39 -0400
commitc1f4bdebf283ef8860179216fdc4d4d87e595213 (patch)
treebcff86a211d3a9f6e0d0d7db1e19cb658536ea03 /src/stm32/internal.h
parent9047702a00c716245c37dba72ddc0007c0b37f69 (diff)
downloadkutter-c1f4bdebf283ef8860179216fdc4d4d87e595213.tar.gz
kutter-c1f4bdebf283ef8860179216fdc4d4d87e595213.tar.xz
kutter-c1f4bdebf283ef8860179216fdc4d4d87e595213.zip
armcm_reset: Add a armcm_reset.h header file for try_request_canboot()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stm32/internal.h')
-rw-r--r--src/stm32/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stm32/internal.h b/src/stm32/internal.h
index 0033942d..f0535ab9 100644
--- a/src/stm32/internal.h
+++ b/src/stm32/internal.h
@@ -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