summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-08 13:33:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-08 13:33:10 +0000
commit5b2f479177d15e64b2ab6d07a3306ada6e60027c (patch)
treee7a8175367db8c302ad4ca704815afef39298b40 /nuttx/ChangeLog
parent27ff8784e794d5385d80e413fb74aa514249abe3 (diff)
downloadpx4-nuttx-5b2f479177d15e64b2ab6d07a3306ada6e60027c.tar.gz
px4-nuttx-5b2f479177d15e64b2ab6d07a3306ada6e60027c.tar.bz2
px4-nuttx-5b2f479177d15e64b2ab6d07a3306ada6e60027c.zip
Fix rectangle logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2831 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f363cb126..966efa8fa 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1185,3 +1185,7 @@
* examples/nsh/nsh_telnetd.c - Fix compilation errors that happen
when both DHCPC and TELNETD are enabled in the Nuttshell.
+ * graphics/nxglib/fb/nxglib_moverectangle.c - Fix a logic error
+ that caused an uninitialized variable warning. I still don't
+ have a test to prove that the changes are correct.
+