From c1d25174bc862f07a2527c770712833d0766490c Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 11 Feb 2017 19:50:59 -0800 Subject: [PATCH] Add a missing paren. Unsure how this ever compiled. --- src/Kaleidoscope-Model01-TestMode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kaleidoscope-Model01-TestMode.cpp b/src/Kaleidoscope-Model01-TestMode.cpp index ffdbe6bc..7b0cff38 100644 --- a/src/Kaleidoscope-Model01-TestMode.cpp +++ b/src/Kaleidoscope-Model01-TestMode.cpp @@ -79,7 +79,7 @@ void TestMode_::test_matrix () { LEDControl.set_all_leds_to(50,0,0); while(1) { KeyboardHardware.read_matrix(); - if (KeyboardHardware.leftHandState.all == (R0C0 | R0C6 | R3C6 ) { + if (KeyboardHardware.leftHandState.all == (R0C0 | R0C6 | R3C6 ) ) { break; } for (byte row = 0; row < 4; row++) {