summaryrefslogtreecommitdiff
path: root/nuttx/configs
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/configs
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/configs')
-rw-r--r--nuttx/configs/sam3u-ek/src/up_lcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sam3u-ek/src/up_lcd.c b/nuttx/configs/sam3u-ek/src/up_lcd.c
index 6cfb08720..780abe049 100644
--- a/nuttx/configs/sam3u-ek/src/up_lcd.c
+++ b/nuttx/configs/sam3u-ek/src/up_lcd.c
@@ -119,7 +119,7 @@
#include <nuttx/arch.h>
#include <nuttx/lcd/lcd.h>
-#include <nuttx/rgbcolors.h>
+#include <nuttx/video/rgbcolors.h>
#include <arch/irq.h>