From e5845ea753ea3ac28f23409283587799be823aae Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 16 Feb 2020 16:31:39 +0800 Subject: [PATCH] Fixed typo: 'commond' Note that the word 'commond' is wrong, so that 'commond' should been replaced with 'command'. --- bsp/lpc176x/drivers/sd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/lpc176x/drivers/sd.c b/bsp/lpc176x/drivers/sd.c index 27f3707da9..3619f84172 100644 --- a/bsp/lpc176x/drivers/sd.c +++ b/bsp/lpc176x/drivers/sd.c @@ -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) { -- GitLab