From 8090e8f1a61a531e4bdc4471136d4099f0b817f4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 18 Apr 2010 18:49:51 +0000 Subject: Framework for SAM3U LCD driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2615 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/nuttx/lcd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/include') 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, -- cgit v1.2.3