Skip to content

Commit

Permalink
led: update mode table
Browse files Browse the repository at this point in the history
  • Loading branch information
redchenjs committed Oct 9, 2020
1 parent a64372b commit e555c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/user/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static const TickType_t led_mode_table[][2] = {
{ 500, 500 }, // 2
{ 250, 250 }, // 3
{ 100, 100 }, // 4
{ 25, 25 }, // 5
{ 50, 50 }, // 5
{ 625, 25 }, // 6
{ 1250, 25 }, // 7
{ 1875, 25 }, // 8
Expand Down

0 comments on commit e555c1f

Please sign in to comment.