use HALT instead of NOP8
This commit is contained in:
parent
c43efee104
commit
4d14ec6aa7
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ int main(void)
|
|||
reschedule();
|
||||
|
||||
while(1) {
|
||||
NOP8;
|
||||
HALT;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue