Fix compile warning
function was defined as static in lcd.cpp and redefined in lcd.h
This commit is contained in:
parent
2480bd90fc
commit
818befb91b
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
extern FILE _lcdout;
|
||||
|
||||
#define lcdout (&_lcdout)
|
||||
extern void lcd_putchar(char c, FILE *stream);
|
||||
|
||||
extern void lcd_init(void);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue