Fix typo+basic power management

This commit is contained in:
Robert Csordas
2016-11-12 20:31:59 +01:00
parent d232e774b7
commit b3bc436bbb
2 changed files with 4 additions and 2 deletions

View File

@@ -9,5 +9,7 @@ void main() {
LedDriver_EnableAllLeds();
InitUsb();
while (1);
while (1){
asm("wfi");
}
}