diff options
| author | Selene ToyKeeper | 2020-09-14 03:08:04 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2020-09-14 03:08:04 -0600 |
| commit | 5e2bf61d9fe6ba21a307d828f6569043888890fa (patch) | |
| tree | 0d3fc0970c592ebdfd0225a2f714a69f4901252d /spaghetti-monster/fsm-pcint.c | |
| parent | fixed bug: ticks_since_last_event wasn't getting reset on button hold release (diff) | |
| download | anduril-5e2bf61d9fe6ba21a307d828f6569043888890fa.tar.gz anduril-5e2bf61d9fe6ba21a307d828f6569043888890fa.tar.bz2 anduril-5e2bf61d9fe6ba21a307d828f6569043888890fa.zip | |
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)
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/fsm-pcint.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
