Commit 3ce7cf3f authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Grzegorz Daniluk

lib: more printfs() to debug macros...

parent 40467f4c
......@@ -59,7 +59,7 @@ void usleep_init(void)
step /= 2;
}
usleep_lpj = lpj;
pp_printf("Loops per jiffy: %i\n", lpj);
main_dbg("calibrating usleep(): loops per jiffy = %i\n", lpj);
}
/* lpj is around 20800 on the spec: the above calculation overflows at 200ms */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment