STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; Trivial updates after general review
This commit is contained in:
parent
2caba712f6
commit
e67bd189a3
@ -37,14 +37,17 @@
|
|||||||
* Included Files
|
* Included Files
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <nuttx/config.h>
|
#include <debug.h>
|
||||||
|
|
||||||
#include <nuttx/video/rgbcolors.h>
|
#include <nuttx/video/rgbcolors.h>
|
||||||
#include <nuttx/video/fb.h>
|
#include <nuttx/video/fb.h>
|
||||||
#include <nuttx/video/ltdc.h>
|
|
||||||
#include <sys/types.h>
|
#include <arch/chip/ltdc.h>
|
||||||
#include <debug.h>
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user