Skip to content

Commit

Permalink
added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomadge committed Sep 2, 2014
1 parent 0093c1a commit d7aef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void pause(){
uint8_t val = 0;
switch(i){
case 6: val = 3; break; //state
case 7: val = 255 break; //dimm
case 7: val = 255;break; //dimm
case 8: val = 0; break; //count
}
mach.led0[i] = val;
Expand Down

0 comments on commit d7aef40

Please sign in to comment.