summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/src/trv_main.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-01 17:06:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:48:06 -0600
commit30f24f48a97a475b7aa7b37e4d09e5b2da3485ec (patch)
tree3be4713a615690635acf352acb432301a8771a7e /apps/graphics/traveler/src/trv_main.c
parent64e0b29eafd429b21483153af871d2bf4a618e17 (diff)
downloadnuttx-30f24f48a97a475b7aa7b37e4d09e5b2da3485ec.tar.gz
nuttx-30f24f48a97a475b7aa7b37e4d09e5b2da3485ec.tar.bz2
nuttx-30f24f48a97a475b7aa7b37e4d09e5b2da3485ec.zip
Add color initilization logi
Diffstat (limited to 'apps/graphics/traveler/src/trv_main.c')
-rwxr-xr-xapps/graphics/traveler/src/trv_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/graphics/traveler/src/trv_main.c b/apps/graphics/traveler/src/trv_main.c
index 7bd02458c..95c26eaf6 100755
--- a/apps/graphics/traveler/src/trv_main.c
+++ b/apps/graphics/traveler/src/trv_main.c
@@ -52,6 +52,7 @@
#include "trv_rayrend.h"
#include "trv_input.h"
#include "trv_graphics.h"
+#include "trv_color.h"
#include "trv_debug.h"
#include "trv_main.h"