Skip to content

Commit

Permalink
Merge pull request #278
Browse files Browse the repository at this point in the history
36b518a led.c: success 2 blinks instead of 3 (douglasbakkum)
  • Loading branch information
douglasbakkum committed Jun 4, 2019
2 parents 5b4ab4f + 36b518a commit 9f5f70e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ void led_success(void)
{
_short_blink();
_long_blink();
_short_blink();
}

/**
Expand Down

0 comments on commit 9f5f70e

Please sign in to comment.