aboutsummaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-30 23:21:37 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-30 23:21:37 +0000
commitc293822621cf70c8d03090c625ee70b25b5d7a14 (patch)
tree9649d99f2c5779fcf43549ec2aac5e004830b780 /nuttx/drivers
parentec313115e05b5cb19b86b809cd5ef5df2eb99cfa (diff)
downloadpx4-firmware-c293822621cf70c8d03090c625ee70b25b5d7a14.tar.gz
px4-firmware-c293822621cf70c8d03090c625ee70b25b5d7a14.tar.bz2
px4-firmware-c293822621cf70c8d03090c625ee70b25b5d7a14.zip
NFS update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4790 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/lcd/ssd1289.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/lcd/ssd1289.c b/nuttx/drivers/lcd/ssd1289.c
index 6e547228a..e55ff5fec 100644
--- a/nuttx/drivers/lcd/ssd1289.c
+++ b/nuttx/drivers/lcd/ssd1289.c
@@ -819,7 +819,7 @@ static int ssd1289_setcontrast(FAR struct lcd_dev_s *dev, unsigned int contrast)
* Name: ssd1289_hwinitialize
*
* Description:
- * Set LCD panel contrast (0-CONFIG_LCD_MAXCONTRAST).
+ * Initialize the LCD hardware.
*
**************************************************************************************/
@@ -830,7 +830,7 @@ static inline int ssd1289_hwinitialize(FAR struct ssd1289_dev_s *priv)
uint16_t id;
#endif
- /* Select the LCD and home the cursor position */
+ /* Select the LCD */
lcd->select(lcd);