*Fixed timer display when waiting for HDD spin up

This commit is contained in:
dimok321 2010-11-28 16:31:55 +00:00
parent 94791621d2
commit f1afcda6af

View File

@ -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;
}