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() {
|
void main() {
|
||||||
InitPeripherials();
|
InitPeripherials();
|
||||||
InitClock();
|
InitClock();
|
||||||
LedDriver_InitAllLeds(1);
|
LedDriver_InitAllLeds(0);
|
||||||
KeyMatrix_Init(&KeyMatrix);
|
KeyMatrix_Init(&KeyMatrix);
|
||||||
UsbKeyboadTask();
|
UsbKeyboadTask();
|
||||||
InitUsb();
|
InitUsb();
|
||||||
|
|||||||
Reference in New Issue
Block a user