use HALT instead of NOP8

This commit is contained in:
Stefan Lankes 2011-04-08 15:56:03 +02:00
parent c43efee104
commit 4d14ec6aa7

View file

@ -111,7 +111,7 @@ int main(void)
reschedule();
while(1) {
NOP8;
HALT;
}
return 0;