summaryrefslogtreecommitdiff
path: root/nuttx/configs/zkit-arm-1769/src/up_lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/zkit-arm-1769/src/up_lcd.c')
-rw-r--r--nuttx/configs/zkit-arm-1769/src/up_lcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/zkit-arm-1769/src/up_lcd.c b/nuttx/configs/zkit-arm-1769/src/up_lcd.c
index e29996b31..d459e1dc4 100644
--- a/nuttx/configs/zkit-arm-1769/src/up_lcd.c
+++ b/nuttx/configs/zkit-arm-1769/src/up_lcd.c
@@ -50,7 +50,7 @@
#include <debug.h>
#include <errno.h>
-#include <nuttx/spi.h>
+#include <nuttx/spi/spi.h>
#include <nuttx/lcd/lcd.h>
#include <nuttx/lcd/st7567.h>
#include <nuttx/arch.h>
@@ -167,7 +167,7 @@ void up_lcduninitialize(void)
* Set or clear the SD1329 D/Cn bit to select data (true) or command
* (false). This function must be provided by platform-specific logic.
* This is an implementation of the cmddata method of the SPI
- * interface defined by struct spi_ops_s (see include/nuttx/spi.h).
+ * interface defined by struct spi_ops_s (see include/nuttx/spi/spi.h).
*
* Input Parameters:
*