Merge branch 'master' of winterfell.codesrc.com:projects/SCSI2SD

This commit is contained in:
Michael McMaster 2021-03-16 23:13:32 +10:00
commit 6142a27cc9
1 changed files with 1 additions and 1 deletions

View File

@ -1011,7 +1011,7 @@ void sdCheckPresent()
// Debounce. Quicker if the card is present at
// power on
for (int i = 0; cs && (i < firstCheck ? 2 : 50); ++i)
for (int i = 0; cs && (i < (firstCheck ? 2 : 50)); ++i)
{
cs = sdIsCardPresent();
CyDelay(5);