summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-18 18:49:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-18 18:49:51 +0000
commit8090e8f1a61a531e4bdc4471136d4099f0b817f4 (patch)
tree1134d3ddf1125d9e2abf747bbeb86f2b7a4c6120 /nuttx/include
parentc4cb0a738e15d63adc56ef0808e06a46f6c12e55 (diff)
downloadpx4-nuttx-8090e8f1a61a531e4bdc4471136d4099f0b817f4.tar.gz
px4-nuttx-8090e8f1a61a531e4bdc4471136d4099f0b817f4.tar.bz2
px4-nuttx-8090e8f1a61a531e4bdc4471136d4099f0b817f4.zip
Framework for SAM3U LCD driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2615 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rwxr-xr-xnuttx/include/nuttx/lcd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/lcd.h b/nuttx/include/nuttx/lcd.h
index 29059c6ea..4676deb85 100755
--- a/nuttx/include/nuttx/lcd.h
+++ b/nuttx/include/nuttx/lcd.h
@@ -114,8 +114,8 @@ struct lcd_planeinfo_s
struct lcd_dev_s
{
/* LCD Configuration ******************************************************/
- /* Get information about the video controller configuration and the
- * configuration of each color plane.
+ /* Get information about the LCD video controller configuration and the
+ * configuration of each LCD color plane.
*/
int (*getvideoinfo)(FAR struct lcd_dev_s *dev,