summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-07 03:06:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-07 03:06:19 +0000
commit14f4f5c4cb34f594624263cd10ccaba7137f83fe (patch)
tree6c3a7e3a46cb2b342326cc4fc8d100da06264a19 /nuttx/ChangeLog
parentafcd2f334a91cf1d37eb8dce6641c620f316b76e (diff)
downloadnuttx-14f4f5c4cb34f594624263cd10ccaba7137f83fe.tar.gz
nuttx-14f4f5c4cb34f594624263cd10ccaba7137f83fe.tar.bz2
nuttx-14f4f5c4cb34f594624263cd10ccaba7137f83fe.zip
LCD bug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3166 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9ed505d56..3445cdb80 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1399,3 +1399,5 @@
* drivers/lcd/nokia6100.c -- A driver for the Nokia 6100 LCD.
* configs/olimex-lpc1766stk/nx -- A NX graphics configuration for the Olimex
LPC1766-STK board using the Nokia 6100 LCD driver.
+ * include/nuttx/spi.h -- the SPI_SETBITS macro was calling the setmode method.
+ This is a very important bug-fix in some usages.