Remove keyboard scanning from USB interrupt. Fix initial blink of LEDs when initializing. Coding style fixes.
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
void main() {
|
||||
InitPeripherials();
|
||||
InitClock();
|
||||
LedDriver_EnableAllLeds();
|
||||
LedDriver_InitAllLeds(0);
|
||||
usbKeyboadTask();
|
||||
InitUsb();
|
||||
|
||||
while (1){
|
||||
usbKeyboadTask();
|
||||
asm("wfi");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user