From e9f1e50be49edc6d01ff006e0a1f5291672ec808 Mon Sep 17 00:00:00 2001 From: Damien Date: Tue, 22 Oct 2013 23:09:25 +0100 Subject: Board running boot.py, working REPL, soft reboot. --- stm/lcd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stm/lcd.h') diff --git a/stm/lcd.h b/stm/lcd.h index b23f29e80..6adc5c625 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); -- cgit v1.2.3