summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd.c')
-rw-r--r--firmware/drivers/lcd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/lcd.c b/firmware/drivers/lcd.c
index 21c6a959c4..4a5999d7ee 100644
--- a/firmware/drivers/lcd.c
+++ b/firmware/drivers/lcd.c
@@ -349,11 +349,6 @@ void lcd_define_pattern (int which,char *pattern,int length)
349 lcd_write(false,pattern[i]); 349 lcd_write(false,pattern[i]);
350} 350}
351 351
352void lcd_update(void)
353{
354 /* dummy */
355}
356
357#endif 352#endif
358 353
359#endif 354#endif