drivers/mmcsd/mmcsd_spi.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-22 15:10:35 +09:00 committed by Xiang Xiao
parent 2aced358a8
commit a88dcb3b77

View File

@ -959,7 +959,7 @@ static int mmcsd_getcardinfo(FAR struct mmcsd_slot_s *slot, uint8_t *buffer,
}
}
ferr("ERROR: %d. Did not find start of block\n");
ferr("ERROR: Did not find start of block\n");
return -EIO;
}