From f0c498b52382e6c9625afb2232a16ac0d82f149c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 19 Dec 2014 14:52:17 -0600 Subject: STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; Trivial updates after general review --- apps/examples/ltdc/ltdc_main.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'apps/examples') 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 + +#include #include #include -#include +#include + #include #include -#include -#include -#include + +#include /**************************************************************************** * Pre-processor Definitions -- cgit v1.2.3