Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#33 from MissionSt/missing_break
Browse files Browse the repository at this point in the history
Missing "break;"
  • Loading branch information
Gabe Rosenhouse committed Jul 24, 2014
2 parents 949c556 + 25eaebf commit 89d5976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1667,6 +1667,7 @@ void process_commands()

endstops_hit_on_purpose();
}
break;

case GREEN_LED_ON:
{
Expand Down

0 comments on commit 89d5976

Please sign in to comment.