Trival fix to comment

This commit is contained in:
Gregory Nutt
2014-11-14 10:58:13 -06:00
parent bd1b5094b4
commit ca15802ae5
+1 -1
View File
@@ -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__)