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/demo9s12ne64/src/up_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/demo9s12ne64/src/up_spi.c') diff --git a/nuttx/configs/demo9s12ne64/src/up_spi.c b/nuttx/configs/demo9s12ne64/src/up_spi.c index 8514b48ed..5cd73e2e9 100644 --- a/nuttx/configs/demo9s12ne64/src/up_spi.c +++ b/nuttx/configs/demo9s12ne64/src/up_spi.c @@ -44,7 +44,7 @@ #include #include -#include +#include #include #include "demo9s12ne64.h" @@ -100,7 +100,7 @@ void weak_function hcs12_spiinitialize(void) * The external functions, hcs12_spiselect and hcs12_spistatus must be * provided by board-specific logic. They are implementations of the select * and status methods of the SPI interface defined by struct spi_ops_s (see - * include/nuttx/spi.h). All other methods (including up_spiinitialize()) + * include/nuttx/spi/spi.h). All other methods (including up_spiinitialize()) * are provided by common HCS12 logic. To use this common SPI logic on your * board: * -- cgit v1.2.3