mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-13 22:20:31 +00:00
Move rgbcolors.h to include/nuttx/video
This commit is contained in:
parent
bae04a9413
commit
ee48207dce
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <semaphore.h>
|
||||
|
||||
#include <nuttx/rgbcolors.h>
|
||||
#include <nuttx/video/rgbcolors.h>
|
||||
|
||||
#include <nuttx/nx/nx.h>
|
||||
#include <nuttx/nx/nxglib.h>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include <nuttx/nx/nxglib.h>
|
||||
#include <nuttx/nx/nx.h>
|
||||
#include <nuttx/rgbcolors.h>
|
||||
#include <nuttx/video/rgbcolors.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue