summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:29:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:29:20 -0600
commit9a624926254d50891f34399e245038c467233367 (patch)
treebf86d2ae38ebb194be3b832fa25a10020d3089ad /nuttx/include
parentd9a577eb094802c9bc941923f9baa1a237bb6e13 (diff)
downloadpx4-nuttx-9a624926254d50891f34399e245038c467233367.tar.gz
px4-nuttx-9a624926254d50891f34399e245038c467233367.tar.bz2
px4-nuttx-9a624926254d50891f34399e245038c467233367.zip
Move rgbcolors.h to include/nuttx/video
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/video/rgbcolors.h (renamed from nuttx/include/nuttx/rgbcolors.h)8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/nuttx/rgbcolors.h b/nuttx/include/nuttx/video/rgbcolors.h
index b4b8826d4..a4a9e4ff6 100644
--- a/nuttx/include/nuttx/rgbcolors.h
+++ b/nuttx/include/nuttx/video/rgbcolors.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * include/nuttx/rgbcolors.h
+ * include/nuttx/video/rgbcolors.h
* User-friendly RGB color definitions
*
* Copyright (C) 2010-2011, 2013 Gregory Nutt. All rights reserved.
@@ -34,8 +34,8 @@
*
****************************************************************************/
-#ifndef __INCLUDE_NUTTX_RGBCOLOR_H
-#define __INCLUDE_NUTTX_RGBCOLOR_H
+#ifndef __INCLUDE_NUTTX_VIDEO_RGBCOLOR_H
+#define __INCLUDE_NUTTX_VIDEO_RGBCOLOR_H
/****************************************************************************
* Included Files
@@ -313,4 +313,4 @@ extern "C" {
#endif
#endif /* __ASSEMBLY__ */
-#endif /* __INCLUDE_NUTTX_RGBCOLOR_H */
+#endif /* __INCLUDE_NUTTX_VIDEO_RGBCOLOR_H */