Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
de Miranda Henrique committed Mar 1, 2018
1 parent f7280b9 commit a9553a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/octoprint_neopixel/octoprint_neopixel.ino
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void setup() {
Wire.begin(I2CADDRESS);
#ifdef DEBUG
Serial.begin(115200);
while (!Serial) ;
while (!Serial);
Serial.println("Debuging...");
#endif
Wire.onReceive(receiveEvent);
Expand Down

0 comments on commit a9553a7

Please sign in to comment.