Disable LEDs by default because they make I2C communication unreliable on (at least) one prototype.

This commit is contained in:
László Monda
2017-01-06 22:48:43 +01:00
parent 5d1df4449e
commit a74c6016f5

View File

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