summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_ltdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_ltdc.h')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_ltdc.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_ltdc.h b/nuttx/arch/arm/src/stm32/stm32_ltdc.h
index 4b2fb628e..c0e60bd18 100644
--- a/nuttx/arch/arm/src/stm32/stm32_ltdc.h
+++ b/nuttx/arch/arm/src/stm32/stm32_ltdc.h
@@ -42,13 +42,17 @@
************************************************************************************/
#include <nuttx/config.h>
+
#include <stdbool.h>
#include <semaphore.h>
+
#include <nuttx/video/fb.h>
-#include <nuttx/video/ltdc.h>
#include <nuttx/nx/nxglib.h>
+#include <arch/chip/ltdc.h>
+
#ifdef CONFIG_STM32_LTDC
+
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
@@ -98,8 +102,7 @@ struct stm32_ltdc_s
/************************************************************************************
* Public Functions
************************************************************************************/
-/*
- * The STM32 LTDC driver uses the common framebuffer interfaces declared in
+/* The STM32 LTDC driver uses the common framebuffer interfaces declared in
* include/nuttx/video/fb.h.
*/