Merge branch 'master' of github.com:smealum/ctrulib

This commit is contained in:
Michael Theall 2016-01-16 16:32:27 -06:00
commit ac7af47956

View File

@ -164,7 +164,7 @@ void osSetSpeedupEnable(bool enable)
int usleep(useconds_t useconds) int usleep(useconds_t useconds)
{ {
svcSleepThread(useconds * 1000); svcSleepThread(useconds * 1000ull);
return 0; return 0;