Change all time conversions. Yech. New timer units in microseconds breaks all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors
This commit is contained in:
parent
b651f37ce7
commit
d764356359
@ -189,5 +189,5 @@ void restart_test(void)
|
|||||||
sleep(1);
|
sleep(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("restart_main: Exitting\n");
|
printf("restart_main: Exiting\n");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user