From 55f91130376b9580a9720a641e80d4049a19d639 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 1 Jul 2013 08:11:54 -0600 Subject: Created new directories to hold SPI-related files --- nuttx/configs/sam4l-xplained/src/sam_spi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/sam4l-xplained/src/sam_spi.c') diff --git a/nuttx/configs/sam4l-xplained/src/sam_spi.c b/nuttx/configs/sam4l-xplained/src/sam_spi.c index 49ae7b57c..7fe719320 100644 --- a/nuttx/configs/sam4l-xplained/src/sam_spi.c +++ b/nuttx/configs/sam4l-xplained/src/sam_spi.c @@ -43,7 +43,7 @@ #include #include -#include +#include #include "sam_gpio.h" #include "sam_spi.h" @@ -124,7 +124,7 @@ void weak_function sam_spiinitialize(void) * o sam_spiselect is a functions tomanage the board-specific chip selects * o sam_spistatus and sam_spicmddata: Implementations of the status * and cmddata methods of the SPI interface defined by struct spi_ops_ - * (see include/nuttx/spi.h). All other methods including + * (see include/nuttx/spi/spi.h). All other methods including * up_spiinitialize()) are provided by common SAM3/4 logic. * * To use this common SPI logic on your board: @@ -211,7 +211,7 @@ void sam_spiselect(enum spi_dev_e devid, bool selected) * devid - Identifies the (logical) device * * Returned Values: - * Bit-encoded SPI status (see include/nuttx/spi.h. + * Bit-encoded SPI status (see include/nuttx/spi/spi.h. * ****************************************************************************/ -- cgit v1.2.3