Enable only the existing LEDs via LED control registers rather than PWM registers.

This commit is contained in:
László Monda
2017-01-09 17:16:12 +01:00
parent e12996d444
commit 24cdab4be2
2 changed files with 51 additions and 29 deletions

View File

@@ -61,7 +61,7 @@ static const uint8_t testData[] =
void main() {
InitPeripherials();
InitClock();
LedDriver_InitAllLeds(0);
LedDriver_InitAllLeds(1);
KeyMatrix_Init(&KeyMatrix);
UsbKeyboadTask();
InitUsb();