summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-14 10:58:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-14 10:58:13 -0600
commit1694e76c1f9217e9a5a29aaccd7181eee8a0e4ac (patch)
tree7aef7c9359af6ec0fe876ca0513a3c81d2e23d45
parent94e021e16d5762b85b5c4baaba14a526608efc93 (diff)
downloadnuttx-1694e76c1f9217e9a5a29aaccd7181eee8a0e4ac.tar.gz
nuttx-1694e76c1f9217e9a5a29aaccd7181eee8a0e4ac.tar.bz2
nuttx-1694e76c1f9217e9a5a29aaccd7181eee8a0e4ac.zip
Trival fix to comment
-rw-r--r--nuttx/drivers/lcd/st7565.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/lcd/st7565.c b/nuttx/drivers/lcd/st7565.c
index fc1bad773..87308181d 100644
--- a/nuttx/drivers/lcd/st7565.c
+++ b/nuttx/drivers/lcd/st7565.c
@@ -176,7 +176,7 @@
#define LS_BIT (1 << 0)
#define MS_BIT (1 << 7)
-/* Debst7565 ******************************************************************************/
+/* Debug ******************************************************************************/
#ifdef CONFIG_LCD_ST7565DEBUG
# define st7565dbg(format, ...) vdbg(format, ##__VA_ARGS__)