mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
*Fixed timer display when waiting for HDD spin up
This commit is contained in:
parent
94791621d2
commit
f1afcda6af
@ -90,13 +90,17 @@ int USBDevice_Init_Loop()
|
||||
if(printStart)
|
||||
{
|
||||
printf("failed\n");
|
||||
printf("\tWaiting for slow HDD...\n");
|
||||
printf("\tWaiting for slow HDD...");
|
||||
printStart = false;
|
||||
}
|
||||
printf("%i ", (int) (timenow-starttime+1));
|
||||
}
|
||||
|
||||
timenow = time(0);
|
||||
}
|
||||
|
||||
printf("\n");
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user