From 15d5b2cbe807029c7493691a1877a1898d100455 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 30 Aug 2017 23:07:55 -0600 Subject: Replaced FSM_*_LAYOUT with FSM_*_DRIVER because I think it makes more sense. Made momentary.c compile again. Updated fsm-main to use whichever delay function is available. --- spaghetti-monster/baton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spaghetti-monster/baton.c') diff --git a/spaghetti-monster/baton.c b/spaghetti-monster/baton.c index 2489f4e..4ba329e 100644 --- a/spaghetti-monster/baton.c +++ b/spaghetti-monster/baton.c @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -#define FSM_EMISAR_D4_LAYOUT +#define FSM_EMISAR_D4_DRIVER #define USE_LVP #define USE_THERMAL_REGULATION #define DEFAULT_THERM_CEIL 45 -- cgit v1.2.3