thermferm/devices.h

changeset 648
62c5ed1b9cfd
parent 392
034746506c3d
child 654
e981d0185485
--- a/thermferm/devices.h	Sat Mar 23 20:28:17 2024 +0100
+++ b/thermferm/devices.h	Sun Mar 24 17:12:23 2024 +0100
@@ -6,10 +6,6 @@
 int device_in(char *, int *);
 int devices_detect(void);
 
-#ifdef HAVE_WIRINGPI_H
-PI_THREAD (my_devices_loop);
-#else
 void *my_devices_loop(void *);
-#endif
 
 #endif

mercurial