summaryrefslogtreecommitdiff
path: root/apps/graphics/screenshot
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-10 09:23:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-10 09:23:54 -0600
commitd9a577eb094802c9bc941923f9baa1a237bb6e13 (patch)
tree67731e019254888cae5b364761cd553055073bb3 /apps/graphics/screenshot
parent9659fbf283b989302489020a9af23e31c7ba98b9 (diff)
downloadnuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.tar.gz
nuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.tar.bz2
nuttx-d9a577eb094802c9bc941923f9baa1a237bb6e13.zip
Move include/nuttx/fb.h to include/nuttx/video/fb.h
Diffstat (limited to 'apps/graphics/screenshot')
-rw-r--r--apps/graphics/screenshot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/screenshot/Kconfig b/apps/graphics/screenshot/Kconfig
index 48cd367a6..642e75768 100644
--- a/apps/graphics/screenshot/Kconfig
+++ b/apps/graphics/screenshot/Kconfig
@@ -28,7 +28,7 @@ config SCREENSHOT_FORMAT
int "Screenshot color format"
default 9
---help---
- See inlcude/nuttx/fb.h for a list of color formats. The default
+ See inlcude/nuttx/video/fb.h for a list of color formats. The default
value of 9 corresponds to FB_FMT_RGB16_565
endif