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/attiny85.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/attiny85.h') diff --git a/arch/attiny85.h b/arch/attiny85.h index 840079c..2753fd7 100644 --- a/arch/attiny85.h +++ b/arch/attiny85.h @@ -89,3 +89,5 @@ inline void mcu_pcint_off(); void reboot(); +inline void prevent_reboot_loop(); + -- cgit v1.2.3