summaryrefslogtreecommitdiffstatshomepage
path: root/stm/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/lcd.h')
-rw-r--r--stm/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/lcd.h b/stm/lcd.h
index b23f29e804..6adc5c6256 100644
--- a/stm/lcd.h
+++ b/stm/lcd.h
@@ -1,2 +1,3 @@
void lcd_init();
+void lcd_print_str(const char *str);
void lcd_print_strn(const char *str, unsigned int len);