mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Fixes for warnings from Freddie Chopin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5294 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -508,7 +508,7 @@ static uint32_t mmcsd_sendcmd(FAR struct mmcsd_slot_s *slot,
|
||||
}
|
||||
break;
|
||||
|
||||
/* The R3 response is 5 bytes long */
|
||||
/* The R3 response is 5 bytes long. The first byte is identical to R1. */
|
||||
|
||||
case MMCSD_CMDRESP_R3:
|
||||
{
|
||||
@@ -520,8 +520,10 @@ static uint32_t mmcsd_sendcmd(FAR struct mmcsd_slot_s *slot,
|
||||
fvdbg("CMD%d[%08x] R1=%02x OCR=%08x\n",
|
||||
cmd->cmd & 0x3f, arg, response, slot->ocr);
|
||||
}
|
||||
break;
|
||||
|
||||
/* The R7 response is 5 bytes long. The first byte is identical to R1. */
|
||||
|
||||
/* The R7 response is 5 bytes long */
|
||||
case MMCSD_CMDRESP_R7:
|
||||
default:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user