diff --git a/drivers/lcd/st7565.c b/drivers/lcd/st7565.c index fc1bad7732a..87308181dde 100644 --- a/drivers/lcd/st7565.c +++ b/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__)