mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2024-12-26 22:30:54 +00:00
Merge branch 'master' of winterfell.codesrc.com:projects/SCSI2SD
This commit is contained in:
commit
6142a27cc9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user