Update sd, remove wait state

This commit is contained in:
Byron Lathi
2023-10-04 19:11:45 -07:00
parent c1f7b33dda
commit 019b9c8120
4 changed files with 212 additions and 209 deletions

View File

@@ -56,7 +56,9 @@ uint8_t SD_init()
res[0] = SD_sendOpCond();
}
#ifndef RTL_SIM
for (i = 0; i < 1000; i++);
#endif
cmdAttempts++;
}