diff options
Diffstat (limited to 'stm/lcd.h')
-rw-r--r-- | stm/lcd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stm/lcd.h b/stm/lcd.h deleted file mode 100644 index 7b243ee7e3..0000000000 --- a/stm/lcd.h +++ /dev/null @@ -1,3 +0,0 @@ -void lcd_init(void); -void lcd_print_str(const char *str); -void lcd_print_strn(const char *str, unsigned int len); |