From 5e2bf61d9fe6ba21a307d828f6569043888890fa Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Mon, 14 Sep 2020 03:08:04 -0600 Subject: reorganized code in fsm-events.* to put things in a more coherent order (no functional changes, but it does change the order of some code in ROM, so the compiled md5sum is different now) --- spaghetti-monster/fsm-pcint.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spaghetti-monster/fsm-pcint.c') diff --git a/spaghetti-monster/fsm-pcint.c b/spaghetti-monster/fsm-pcint.c index 021a076..24cc82c 100644 --- a/spaghetti-monster/fsm-pcint.c +++ b/spaghetti-monster/fsm-pcint.c @@ -106,4 +106,6 @@ void PCINT_inner(uint8_t pressed) { } ticks_since_last_event = 0; } + + #endif -- cgit v1.2.3