summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4l-xplained/src/sam_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam4l-xplained/src/sam_spi.c')
-rw-r--r--nuttx/configs/sam4l-xplained/src/sam_spi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sam4l-xplained/src/sam_spi.c b/nuttx/configs/sam4l-xplained/src/sam_spi.c
index 23725aade..f317c45eb 100644
--- a/nuttx/configs/sam4l-xplained/src/sam_spi.c
+++ b/nuttx/configs/sam4l-xplained/src/sam_spi.c
@@ -98,13 +98,13 @@ void weak_function sam_spiinitialize(void)
#ifdef CONFIG_SAM4L_XPLAINED_IOMODULE
/* TODO: enable interrupt on card detect */
- sam_configgpio(GPIO_SD_CD); /* Card detect input */
- sam_configgpio(GPIO_SD_CS); /* Chip select output */
+ sam_configgpio(GPIO_SD_CD); /* Card detect input */
+ sam_configgpio(GPIO_SD_CS); /* Chip select output */
#endif
#ifdef CONFIG_SAM4L_XPLAINED_OLED1MODULE
sam_configgpio(GPIO_OLED_DATA); /* Command/data */
- sam_configgpio(GPIO_OLED_CS ); /* Card detect input */
+ sam_configgpio(GPIO_OLED_CS); /* Card detect input */
#endif
}