thermferm/devices.c

changeset 239
793c09ece542
parent 235
885ad8d52126
child 240
6bdda35b4a13
equal deleted inserted replaced
238:a0f1deb65889 239:793c09ece542
407 FILE *fp; 407 FILE *fp;
408 int temp, rc; 408 int temp, rc;
409 time_t now; 409 time_t now;
410 410
411 syslog(LOG_NOTICE, "Thread my_devices_loop started"); 411 syslog(LOG_NOTICE, "Thread my_devices_loop started");
412
413 rc = piHiPri(10);
414 syslog(LOG_NOTICE, "Thread my_devices_loop piHiPri(10) rc=%d", rc);
412 415
413 /* 416 /*
414 * Loop forever until the external shutdown variable is set. 417 * Loop forever until the external shutdown variable is set.
415 */ 418 */
416 for (;;) { 419 for (;;) {

mercurial