summaryrefslogtreecommitdiff
path: root/include/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lcd.h')
-rw-r--r--include/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lcd.h b/include/lcd.h
index e52a625470..e0e21840a0 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -37,7 +37,7 @@ extern char lcd_is_enabled;
/* Video functions */
-int lcd_init (void *lcdbase);
+/* int lcd_init (void *lcdbase); */
void lcd_putc (const char c);
void lcd_puts (const char *s);
void lcd_printf (const char *fmt, ...);