From e6909adcb1d44797e097dcf93ee7459276a4516a Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 19 Nov 2023 01:47:40 -0700 Subject: moved prevent_reboot_loop() and some other junk out of fsm/main.c --- arch/attiny1634.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/attiny1634.h') diff --git a/arch/attiny1634.h b/arch/attiny1634.h index e01abad..fb89fa8 100644 --- a/arch/attiny1634.h +++ b/arch/attiny1634.h @@ -96,3 +96,5 @@ inline void mcu_pcint_off(); void reboot(); +inline void prevent_reboot_loop(); + -- cgit v1.2.3