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:
László Monda
2016-10-15 00:41:37 +02:00
parent 4929e38dce
commit 32b5484b31
5 changed files with 8 additions and 6 deletions

View File

@@ -72,7 +72,6 @@ int main(void)
// while (!g_SlaveCompletionFlag) {}
// g_SlaveCompletionFlag = false;
TEST_LED_OFF();
KeyMatrix_Init(&keyMatrix);
while (1) {
KeyMatrix_Scan(&keyMatrix);