summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/m9s12/m9s12_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/hc/src/m9s12/m9s12_internal.h')
-rw-r--r--nuttx/arch/hc/src/m9s12/m9s12_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/hc/src/m9s12/m9s12_internal.h b/nuttx/arch/hc/src/m9s12/m9s12_internal.h
index 140aa0e5e..9076e490d 100644
--- a/nuttx/arch/hc/src/m9s12/m9s12_internal.h
+++ b/nuttx/arch/hc/src/m9s12/m9s12_internal.h
@@ -45,7 +45,7 @@
#ifndef __ASSEMBLY__
# include <stdint.h>
# include <stdbool.h>
-# include <nuttx/spi.h>
+# include <nuttx/spi/spi.h>
#endif
#include "up_internal.h"
@@ -329,7 +329,7 @@ EXTERN int hcs12_ethinitialize(int intf);
* 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 STM32 logic. To use this common SPI logic on your
* board:
*