Removed call to UpdateUsbReports() before usb has been initialised
This commit is contained in:
@@ -45,7 +45,6 @@ int main(void)
|
|||||||
InitSlaveScheduler();
|
InitSlaveScheduler();
|
||||||
KeyMatrix_Init(&RightKeyMatrix);
|
KeyMatrix_Init(&RightKeyMatrix);
|
||||||
InitKeyScanner();
|
InitKeyScanner();
|
||||||
UpdateUsbReports();
|
|
||||||
InitUsb();
|
InitUsb();
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user