4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 03:07:10 +08:00

Fixed typo: 'commond'

Note that the word 'commond' is wrong,
so that 'commond' should been replaced with 'command'.
This commit is contained in:
David Lin 2020-02-16 16:31:39 +08:00 committed by GitHub
parent dd5178efdf
commit e5845ea753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ static bool LPC17xx_SD_Init(void)
Send a Command to Flash card and get a Response
cmd: cmd index
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)
{