thermferm/server.h

Sat, 19 Jan 2019 20:31:50 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 19 Jan 2019 20:31:50 +0100
changeset 573
479878d528f2
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Fix for compiling with wiringPi

#ifndef	SERVER_H
#define	SERVER_H


#ifdef HAVE_WIRINGPI_H
PI_THREAD (my_server_loop);
#else
void *my_server_loop(void *);
#endif


#endif

mercurial