mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-08-15 17:27:39 +00:00
Merge branch 'master' of winterfell.codesrc.com:projects/SCSI2SD
This commit is contained in:
@@ -1011,7 +1011,7 @@ void sdCheckPresent()
|
|||||||
|
|
||||||
// Debounce. Quicker if the card is present at
|
// Debounce. Quicker if the card is present at
|
||||||
// power on
|
// power on
|
||||||
for (int i = 0; cs && (i < firstCheck ? 2 : 50); ++i)
|
for (int i = 0; cs && (i < (firstCheck ? 2 : 50)); ++i)
|
||||||
{
|
{
|
||||||
cs = sdIsCardPresent();
|
cs = sdIsCardPresent();
|
||||||
CyDelay(5);
|
CyDelay(5);
|
||||||
|
Reference in New Issue
Block a user