summaryrefslogtreecommitdiff
path: root/nuttx/graphics
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-17 11:42:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-17 11:42:47 +0000
commitd3cdbd062ddde8bb91a596d2169f642681718994 (patch)
tree556c8808db0db095a05541b0c073b08b0c15e4e9 /nuttx/graphics
parent9a38bd92b56049c9c7aa7f861fe04b97069581ed (diff)
downloadpx4-nuttx-d3cdbd062ddde8bb91a596d2169f642681718994.tar.gz
px4-nuttx-d3cdbd062ddde8bb91a596d2169f642681718994.tar.bz2
px4-nuttx-d3cdbd062ddde8bb91a596d2169f642681718994.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2601 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics')
-rwxr-xr-xnuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c b/nuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c
index 50f037afb..430f9cab6 100755
--- a/nuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c
+++ b/nuttx/graphics/nxglib/lcd/nxglib_fillrectangle.c
@@ -109,7 +109,7 @@ void NXGL_FUNCNAME(nxgl_fillrectangle,NXGLIB_SUFFIX)
for (row = 0; row < nrows; row++)
{
- /* Draw the entire raster line */
+ /* Draw the raster line at this row */
(void)pinfo->putrun(row, rect->pt2.x, g_runbuffer, ncols);
}