thermferm/devices.c

changeset 658
b10d0f6337a3
parent 657
38162f374842
child 660
a28ef4d9afa4
equal deleted inserted replaced
657:38162f374842 658:b10d0f6337a3
399 devices_list *device, *ndev; 399 devices_list *device, *ndev;
400 int found, subdevices, i, rc = 0; 400 int found, subdevices, i, rc = 0;
401 uuid_t uu; 401 uuid_t uu;
402 #ifdef HAVE_WIRINGPI_H 402 #ifdef HAVE_WIRINGPI_H
403 int pin; 403 int pin;
404 char buf[40];
404 #endif 405 #endif
405 406
406 /* 407 /*
407 * Scan for 1-wire devices. These are already detected by the 408 * Scan for 1-wire devices. These are already detected by the
408 * one-wire thread that is already running. So we just check 409 * one-wire thread that is already running. So we just check

mercurial