diff -r c51265b518ce -r e54611453d29 thermferm/lcd-pcf8574.h --- a/thermferm/lcd-pcf8574.h Thu Nov 19 20:45:09 2015 +0100 +++ b/thermferm/lcd-pcf8574.h Thu Nov 19 21:17:26 2015 +0100 @@ -16,9 +16,9 @@ #define AF_DB6 (AF_BASE + 6) #define AF_DB7 (AF_BASE + 7) -void setBacklight (int); #endif +void setBacklight (int); int initLCD (int, int);