Remove another wait, update sd emulator

This commit is contained in:
Byron Lathi
2023-10-04 20:24:56 -07:00
parent 019b9c8120
commit 6a684f62f8
2 changed files with 3 additions and 1 deletions

View File

@@ -64,7 +64,9 @@ uint8_t SD_init()
}
while(res[0] != SD_READY);
#ifndef RTL_SIM
for (i = 0; i < 1000; i++);
#endif
SD_readOCR(res);