summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/ltdc/ltdc_main.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/apps/examples/ltdc/ltdc_main.c b/apps/examples/ltdc/ltdc_main.c
index 5d93c67f0..629a1da3e 100644
--- a/apps/examples/ltdc/ltdc_main.c
+++ b/apps/examples/ltdc/ltdc_main.c
@@ -37,14 +37,17 @@
* Included Files
****************************************************************************/
+#include <nuttx/config.h>
+
+#include <sys/types.h>
#include <unistd.h>
#include <string.h>
-#include <nuttx/config.h>
+#include <debug.h>
+
#include <nuttx/video/rgbcolors.h>
#include <nuttx/video/fb.h>
-#include <nuttx/video/ltdc.h>
-#include <sys/types.h>
-#include <debug.h>
+
+#include <arch/chip/ltdc.h>
/****************************************************************************
* Pre-processor Definitions