mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-04-10 01:37:07 +00:00
Operator precedence is a thing
This commit is contained in:
parent
14ba62e8e3
commit
6081b3b641
@ -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…
x
Reference in New Issue
Block a user