Fix TEST_LED_{ON,OFF} macros to function as they should. Enable the test LEDs of both halves by default.
This commit is contained in:
@@ -72,7 +72,6 @@ int main(void)
|
||||
// while (!g_SlaveCompletionFlag) {}
|
||||
// g_SlaveCompletionFlag = false;
|
||||
|
||||
TEST_LED_OFF();
|
||||
KeyMatrix_Init(&keyMatrix);
|
||||
while (1) {
|
||||
KeyMatrix_Scan(&keyMatrix);
|
||||
|
||||
Reference in New Issue
Block a user