Coding style fixes.

This commit is contained in:
László Monda
2016-12-12 00:21:39 +01:00
parent de6218ce0c
commit f66eb06712
7 changed files with 121 additions and 123 deletions

View File

@@ -7,11 +7,11 @@ void main() {
InitPeripherials();
InitClock();
LedDriver_InitAllLeds(0);
usbKeyboadTask();
UsbKeyboadTask();
InitUsb();
while (1){
usbKeyboadTask();
UsbKeyboadTask();
asm("wfi");
}
}