Merge branch 'master' of github.com:smealum/ctrulib
This commit is contained in:
commit
ac7af47956
@ -164,7 +164,7 @@ void osSetSpeedupEnable(bool enable)
|
||||
int usleep(useconds_t useconds)
|
||||
{
|
||||
|
||||
svcSleepThread(useconds * 1000);
|
||||
svcSleepThread(useconds * 1000ull);
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user