Fix for compile with wiringPi

Wed, 03 Apr 2024 16:53:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Apr 2024 16:53:22 +0200
changeset 658
b10d0f6337a3
parent 657
38162f374842
child 659
bfab45f4d5cd

Fix for compile with wiringPi

thermferm/devices.c file | annotate | diff | comparison | revisions
--- a/thermferm/devices.c	Wed Apr 03 16:21:46 2024 +0200
+++ b/thermferm/devices.c	Wed Apr 03 16:53:22 2024 +0200
@@ -401,6 +401,7 @@
     uuid_t		uu;
 #ifdef HAVE_WIRINGPI_H
     int			pin;
+    char		buf[40];
 #endif
 
     /*

mercurial