summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_framebuffer.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 21:53:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-17 21:53:05 +0000
commit285b9ad8208888854dda821871058876547147f7 (patch)
treea62d611a6d9a293ed67ea10593d9b678421667b6 /nuttx/arch/sim/src/up_framebuffer.c
parent942056a7ad6f83137c05c73ecfc1a89fc6deed95 (diff)
downloadpx4-nuttx-285b9ad8208888854dda821871058876547147f7.tar.gz
px4-nuttx-285b9ad8208888854dda821871058876547147f7.tar.bz2
px4-nuttx-285b9ad8208888854dda821871058876547147f7.zip
more Kconfig stuff
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4626 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sim/src/up_framebuffer.c')
-rw-r--r--nuttx/arch/sim/src/up_framebuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/sim/src/up_framebuffer.c b/nuttx/arch/sim/src/up_framebuffer.c
index 66292ca3b..d8e9a452f 100644
--- a/nuttx/arch/sim/src/up_framebuffer.c
+++ b/nuttx/arch/sim/src/up_framebuffer.c
@@ -63,7 +63,7 @@
# define CONFIG_SIM_FBBPP 16 /* Framebuffer bytes per pixel (RGB) */
#endif
-#undef CONFIG_SIM_FBFMT
+#undef FB_FMT
#if CONFIG_SIM_FBBPP == 1
# define FB_FMT FB_FMT_RGB1
#elif CONFIG_SIM_FBBPP == 4