diff options
| author | Selene ToyKeeper | 2023-03-28 13:24:42 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-03-28 13:24:42 -0600 |
| commit | a81a9b57f32b79b38efa75c5bf8ebd205bd9e1f5 (patch) | |
| tree | f7bb2ef702da82a63f5fd573e7aed101534077fe /spaghetti-monster/fsm-misc.c | |
| parent | fast-blink the aux LED in standby when battery is low (diff) | |
| download | anduril-a81a9b57f32b79b38efa75c5bf8ebd205bd9e1f5.tar.gz anduril-a81a9b57f32b79b38efa75c5bf8ebd205bd9e1f5.tar.bz2 anduril-a81a9b57f32b79b38efa75c5bf8ebd205bd9e1f5.zip | |
just whitespace / comments
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); |
