summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/src/up_nsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3220g-eval/src/up_nsh.c')
-rw-r--r--nuttx/configs/stm3220g-eval/src/up_nsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3220g-eval/src/up_nsh.c b/nuttx/configs/stm3220g-eval/src/up_nsh.c
index 2387348ae..afdd01798 100644
--- a/nuttx/configs/stm3220g-eval/src/up_nsh.c
+++ b/nuttx/configs/stm3220g-eval/src/up_nsh.c
@@ -46,7 +46,7 @@
#include <errno.h>
#ifdef CONFIG_STM32_SPI1
-# include <nuttx/spi.h>
+# include <nuttx/spi/spi.h>
# include <nuttx/mtd.h>
#endif