Disable LEDs by default because they make I2C communication unreliable on (at least) one prototype.
This commit is contained in:
@@ -61,7 +61,7 @@ static const uint8_t testData[] =
|
||||
void main() {
|
||||
InitPeripherials();
|
||||
InitClock();
|
||||
LedDriver_InitAllLeds(1);
|
||||
LedDriver_InitAllLeds(0);
|
||||
KeyMatrix_Init(&KeyMatrix);
|
||||
UsbKeyboadTask();
|
||||
InitUsb();
|
||||
|
||||
Reference in New Issue
Block a user