diff options
Diffstat (limited to 'board/cogent/lcd.h')
-rw-r--r-- | board/cogent/lcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cogent/lcd.h b/board/cogent/lcd.h index 1056eea..9e6157e 100644 --- a/board/cogent/lcd.h +++ b/board/cogent/lcd.h @@ -70,7 +70,7 @@ /* LCD status values */ #define LCD_OK 0x00 -#define LCD_ERR 0x01 +#define LCD_ERR 0x01 #define LCD_LINE0 0x00 #define LCD_LINE1 0x40 |