aboutsummaryrefslogtreecommitdiffstats
path: root/src/linux/sensor_ds18b20.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/sensor_ds18b20.c')
-rw-r--r--src/linux/sensor_ds18b20.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linux/sensor_ds18b20.c b/src/linux/sensor_ds18b20.c
index 6ac58f35..4525a014 100644
--- a/src/linux/sensor_ds18b20.c
+++ b/src/linux/sensor_ds18b20.c
@@ -163,7 +163,9 @@ command_config_ds18b20(uint32_t *args)
goto fail4;
pthread_t reader_tid; // Not used
+ timer_disable_signals();
ret = pthread_create(&reader_tid, NULL, reader_start_routine, d);
+ timer_enable_signals();
if (ret)
goto fail5;