summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-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__)