From f4f8030be0af79250de05d323106dd34a5e7dc85 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 7 Aug 2014 18:00:38 -0600 Subject: 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 --- apps/examples/ostest/restart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/ostest/restart.c') diff --git a/apps/examples/ostest/restart.c b/apps/examples/ostest/restart.c index 2193c8108..0d0f90d07 100644 --- a/apps/examples/ostest/restart.c +++ b/apps/examples/ostest/restart.c @@ -189,5 +189,5 @@ void restart_test(void) sleep(1); } - printf("restart_main: Exitting\n"); + printf("restart_main: Exiting\n"); } -- cgit v1.2.3