summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/lcd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/lcd.h b/firmware/lcd.h
index 449adba..cd65925 100644
--- a/firmware/lcd.h
+++ b/firmware/lcd.h
@@ -299,8 +299,6 @@ extern void lcd_pattern (int which,char const *pattern,int count);
static inline void lcd_goto (int x,int y)
{ lcd_instruction (LCD_CURSOR(x,y)); }
-#endif
-
/*** BACKLIGHT ***/
static inline void lcd_toggle_backlight (void)
@@ -314,4 +312,6 @@ static inline void lcd_turn_off_backlight (void)
/*** ICONS ***/
+#endif /* HAVE_LCD_CHARCELLS */
+
#endif