Enable LEDs by default.

This commit is contained in:
László Monda
2016-12-21 11:44:25 +01:00
parent 82d61d36d5
commit 30f9373e47

View File

@@ -6,7 +6,7 @@
void main() {
InitPeripherials();
InitClock();
LedDriver_InitAllLeds(0);
LedDriver_InitAllLeds(1);
UsbKeyboadTask();
InitUsb();