You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it expects microseconds (usually marked as usecs), not miliseconds (usually msecs). The calling code seems to pass microseconds at all places, it seems. So it seems to confuse only me. Would it be possible to rename the variable or add a comment, so noone else is confused later too?
The text was updated successfully, but these errors were encountered:
In the definition of
msleep
,Stall
is used:shim/lib/console.c
Line 687 in 8a2632d
But it expects microseconds (usually marked as
usecs
), not miliseconds (usuallymsecs
). The calling code seems to pass microseconds at all places, it seems. So it seems to confuse only me. Would it be possible to rename the variable or add a comment, so noone else is confused later too?The text was updated successfully, but these errors were encountered: