summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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 /nuttx/ChangeLog
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 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 174876fc2..c6c3819a4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1465,7 +1465,7 @@
Dean Camera.
* examples/nsh: Correct an usage of getopt(): If you stop calling getopt()
before all parameters are parsed, you can leave getopt() in a strange state.
- * include/nuttx/fb.h: Restore missing RGB type that was accidentally removed
+ * include/nuttx/video/fb.h: Restore missing RGB type that was accidentally removed
when Nokia 6100 support was added.
* Rename arch/pjrc-8051 to arch/8051
* configs/ne64badge: Add a configuration for the Future Electronics Group
@@ -6185,4 +6185,6 @@
ISI peripheral usign the OV2640 camera (2013-12-9).
* arch/arm/src/a1x/chip/a1x_uart.h: A10 UART register definition
header file (2013-12-9).
+ * include/nuttx/video/fb.h: Move fb.h to include/nuttx/video/
+ (2013-12-10).