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/ostest_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/ostest/ostest_main.c') diff --git a/apps/examples/ostest/ostest_main.c b/apps/examples/ostest/ostest_main.c index a234e50e6..f7879ed3a 100644 --- a/apps/examples/ostest/ostest_main.c +++ b/apps/examples/ostest/ostest_main.c @@ -322,7 +322,7 @@ static int user_main(int argc, char *argv[]) #endif #ifdef CONFIG_ARCH_FPU - /* Check that the FPU is properly supported during context switching */ + /* Check that the FPU is properly supported during context switching */ printf("\nuser_main: FPU test\n"); fpu_test(); -- cgit v1.2.3