Fix compile warning

function was defined as static in lcd.cpp and redefined in lcd.h
This commit is contained in:
leptun 2019-07-17 13:28:54 +03:00
parent 2480bd90fc
commit 818befb91b

View file

@ -11,7 +11,6 @@
extern FILE _lcdout;
#define lcdout (&_lcdout)
extern void lcd_putchar(char c, FILE *stream);
extern void lcd_init(void);