diff options
Diffstat (limited to '')
| -rw-r--r-- | spaghetti-monster/fsm-misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spaghetti-monster/fsm-misc.c b/spaghetti-monster/fsm-misc.c index c2c1afe..9a10a9c 100644 --- a/spaghetti-monster/fsm-misc.c +++ b/spaghetti-monster/fsm-misc.c @@ -138,8 +138,8 @@ void indicator_led(uint8_t lvl) { AUXLED2_PORT.OUTSET = (1 << AUXLED2_PIN); // set as high #endif break; - - #else + + #else // MCU is old tiny style, not newer mega style case 0: // indicator off DDRB &= 0xff ^ (1 << AUXLED_PIN); |
