Browse Source

Fix compile warning

function was defined as static in lcd.cpp and redefined in lcd.h
leptun 4 years ago
parent
commit
818befb91b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Firmware/lcd.h

+ 0 - 1
Firmware/lcd.h

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