summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/src/up_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3240g-eval/src/up_spi.c')
-rw-r--r--nuttx/configs/stm3240g-eval/src/up_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/src/up_spi.c b/nuttx/configs/stm3240g-eval/src/up_spi.c
index 3ce9d7e29..e7e8684c1 100644
--- a/nuttx/configs/stm3240g-eval/src/up_spi.c
+++ b/nuttx/configs/stm3240g-eval/src/up_spi.c
@@ -49,7 +49,7 @@
#include "up_arch.h"
#include "chip.h"
-#include "stm32_internal.h"
+#include "stm32.h"
#include "stm3240g-internal.h"
#if defined(CONFIG_STM32_SPI1) || defined(CONFIG_STM32_SPI2) || defined(CONFIG_STM32_SPI3)