astyle. no code changes

pull/365/head
Jesse Vincent 8 years ago
parent 5c59ea650f
commit 0e71744c01

@ -12,8 +12,8 @@ TestMode_::TestMode_(void) {
void TestMode_::begin(void) {
red.r=101;
blue.b=101;
red.r=101;
blue.b=101;
loop_hook_use (this->loopHook);
}
@ -117,10 +117,10 @@ void TestMode_::test_matrix () {
}
void TestMode_::run_tests() {
Serial.println("Running tests");
Serial.println("Running tests");
test_leds();
test_matrix();
Serial.println("Done running tests");
Serial.println("Done running tests");
}
TestMode_ TestMode;

Loading…
Cancel
Save