make astyle

pull/28/head
Jesse Vincent 8 years ago
parent 5e843dc9cd
commit a5f3b98c79

@ -35,7 +35,7 @@ void TestMode_::TestLEDs(void) {
led_sync();
delay(1000);
// rainbow for 10 seconds
for(auto i=0; i<10000;i++ ) {
for(auto i=0; i<10000; i++ ) {
LEDControl.effect_rainbow_update();
led_sync();
delay(1);

Loading…
Cancel
Save