Skip to content

Commit

Permalink
fix incorrect sdmmc_sdio_f4xx error state (#6748)
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag authored Mar 25, 2021
1 parent 48d6b6b commit 0af4298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/drivers/sdcard/sdmmc_sdio_f4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ SD_Error_t SD_GetStatus(void)
}
}
else {
ErrorState = SD_CARD_ERROR;
ErrorState = SD_ERROR;
}

return ErrorState;
Expand Down

0 comments on commit 0af4298

Please sign in to comment.