Explorar o código

Fix compile warning

function was defined as static in lcd.cpp and redefined in lcd.h
leptun %!s(int64=4) %!d(string=hai) anos
pai
achega
818befb91b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);