From 3d12b7066d27b591e0283e20ed066bc66e29fbe4 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 10 Nov 2023 21:34:40 -0700 Subject: refactor checkpoint: splitting MCU-specific code into arch/$MCU.[ch] Phew, that's a lot of changes! And there's still a lot more to do... --- fsm/misc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fsm/misc.h') diff --git a/fsm/misc.h b/fsm/misc.h index 8de6b29..ba1f8d9 100644 --- a/fsm/misc.h +++ b/fsm/misc.h @@ -62,7 +62,3 @@ void rgb_led_set(uint8_t value); uint8_t triangle_wave(uint8_t phase); #endif -#ifdef USE_REBOOT -void reboot(); -#endif - -- cgit v1.2.3