diff --git a/firmware/lcd.h b/firmware/lcd.h index 449adba57d..cd65925e61 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