Consolidate resp3 and resp7, fix stack issue

wasn't pushing res to stack, which makes stack pointer wrong
This commit is contained in:
Byron Lathi
2023-07-23 21:45:54 -07:00
parent 7e958c8a11
commit d16675ed3c
2 changed files with 7 additions and 5 deletions

View File

@@ -193,6 +193,7 @@ void SD_readRes3(uint8_t *res)
/*******************************************************************************
Read R7 from SD card
*******************************************************************************/
/*
void SD_readRes7(uint8_t *res)
{
// read response 1 in R7
@@ -204,6 +205,7 @@ void SD_readRes7(uint8_t *res)
// read remaining bytes
SD_readBytes(res + 1, R7_BYTES);
}
*/
/*******************************************************************************
Read specified number of bytes from SD card