summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-25 11:53:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-25 11:53:49 -0600
commit3e175c2bca6cad7210541535b21c33f8698adcde (patch)
tree81460d5a0e2f0eda0e1ba849689c28d7a09dc360 /nuttx/include
parentd8f8f3eae1dbf17a51f502f27e5f5e5f1e7f663b (diff)
downloadpx4-nuttx-3e175c2bca6cad7210541535b21c33f8698adcde.tar.gz
px4-nuttx-3e175c2bca6cad7210541535b21c33f8698adcde.tar.bz2
px4-nuttx-3e175c2bca6cad7210541535b21c33f8698adcde.zip
Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. Re-organization of files in configs/pcblogic-pic32mx/src
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/nuttx/lcd/hd4478ou.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/lcd/hd4478ou.h b/nuttx/include/nuttx/lcd/hd4478ou.h
index 4bb93fca9..dc92e9fb9 100644
--- a/nuttx/include/nuttx/lcd/hd4478ou.h
+++ b/nuttx/include/nuttx/lcd/hd4478ou.h
@@ -104,9 +104,12 @@ extern "C"
* Name: up_lcd1602_initialize
*
* Description:
- * the LCD1602 is an HD4478OU-based LCD from Wave share. This function initializes the
+ * The LCD1602 is an HD4478OU-based LCD from Wave share. This function initializes the
* LCD1602 hardware and registers the character driver as /dev/lcd1602.
*
+ * NOTE: This common interface definition is provided, however, the underlying
+ * implemenataton is always board-specific for this LCD.
+ *
********************************************************************************************/
int up_lcd1602_initialize(void);