From 670214a30b8459259219dfc132639ec44ef97b69 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Sun, 6 Feb 2022 11:01:35 +0100 Subject: [PATCH] Fix indentation --- Firmware/lcd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/lcd.h b/Firmware/lcd.h index c2b88b7c..e67715a3 100644 --- a/Firmware/lcd.h +++ b/Firmware/lcd.h @@ -200,7 +200,7 @@ private: #define LCD_STR_FEEDRATE "\x06" #define LCD_STR_CLOCK "\x07" #define LCD_STR_ARROW_RIGHT "\x7E" //from the default character set -#define LCD_STR_SOLID_BLOCK "\xFF" //from the default character set +#define LCD_STR_SOLID_BLOCK "\xFF" //from the default character set extern void lcd_set_custom_characters(void); extern void lcd_set_custom_characters_nextpage(void);