aboutsummaryrefslogtreecommitdiff
path: root/spaghetti-monster/fsm-misc.c
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-03-28 13:24:42 -0600
committerSelene ToyKeeper2023-03-28 13:24:42 -0600
commita81a9b57f32b79b38efa75c5bf8ebd205bd9e1f5 (patch)
treef7bb2ef702da82a63f5fd573e7aed101534077fe /spaghetti-monster/fsm-misc.c
parentfast-blink the aux LED in standby when battery is low (diff)
downloadanduril-a81a9b57f32b79b38efa75c5bf8ebd205bd9e1f5.tar.gz
anduril-a81a9b57f32b79b38efa75c5bf8ebd205bd9e1f5.tar.bz2
anduril-a81a9b57f32b79b38efa75c5bf8ebd205bd9e1f5.zip
just whitespace / comments
Diffstat (limited to 'spaghetti-monster/fsm-misc.c')
-rw-r--r--spaghetti-monster/fsm-misc.c4
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);