summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 16:04:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-07 16:04:10 +0000
commit9397638e24a683c5b60217ea244494b0d2c69e20 (patch)
tree5b83137696b03b5746c536ed0cd3940e22be2e79 /nuttx/drivers
parent55454ea9734edb08e0323251b43887dd6704fbd4 (diff)
downloadpx4-nuttx-9397638e24a683c5b60217ea244494b0d2c69e20.tar.gz
px4-nuttx-9397638e24a683c5b60217ea244494b0d2c69e20.tar.bz2
px4-nuttx-9397638e24a683c5b60217ea244494b0d2c69e20.zip
STM32 OTG FS device fix from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5318 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/lcd/ug-9664hswag01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/lcd/ug-9664hswag01.c b/nuttx/drivers/lcd/ug-9664hswag01.c
index e0e8e8e3a..aae21d648 100644
--- a/nuttx/drivers/lcd/ug-9664hswag01.c
+++ b/nuttx/drivers/lcd/ug-9664hswag01.c
@@ -182,7 +182,7 @@
#define UG_BPP 1
#define UG_COLORFMT FB_FMT_Y1
-/* Bytes per logical row andactual device row */
+/* Bytes per logical row and actual device row */
#define UG_XSTRIDE (UG_XRES >> 3) /* Pixels arrange "horizontally for user" */
#define UG_YSTRIDE (UG_YRES >> 3) /* But actual device arrangement is "vertical" */