Merge pull request #3375 from DavidLin1577/patch-3
Fixed typo: 'commond'
This commit is contained in:
commit
8c888864f5
|
@ -155,7 +155,7 @@ static bool LPC17xx_SD_Init(void)
|
||||||
Send a Command to Flash card and get a Response
|
Send a Command to Flash card and get a Response
|
||||||
cmd: cmd index
|
cmd: cmd index
|
||||||
arg: argument for the cmd
|
arg: argument for the cmd
|
||||||
return the received response of the commond
|
return the received response of the command
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
static uint8_t LPC17xx_SD_SendCmd(uint8_t cmd, uint32_t arg)
|
static uint8_t LPC17xx_SD_SendCmd(uint8_t cmd, uint32_t arg)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue