thermferm/server.c

changeset 58
e8e7b46b705b
parent 54
c06190a58f22
child 62
dc22cb54babd
equal deleted inserted replaced
57:a76dc0db592c 58:e8e7b46b705b
19 * along with EC-65K; see the file COPYING. If not, write to the Free 19 * along with EC-65K; see the file COPYING. If not, write to the Free
20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
21 *****************************************************************************/ 21 *****************************************************************************/
22 22
23 #include "thermferm.h" 23 #include "thermferm.h"
24
25 #ifdef HAVE_WIRINGPI_H
24 26
25 extern bool my_shutdown; 27 extern bool my_shutdown;
26 extern bool debug; 28 extern bool debug;
27 extern int lcdHandle; 29 extern int lcdHandle;
28 extern unsigned char lcdbuf[MAX_LCDS][20][4]; 30 extern unsigned char lcdbuf[MAX_LCDS][20][4];
365 367
366 } 368 }
367 } 369 }
368 370
369 371
370 372 #endif
373

mercurial