Browse Source
The ntc-thermistor-generic is not thread safe when calling sensor_channel_get() due to the mutex not being used in ntc_thermistor_channel_get() when the sampled data is accessed. Add the thermistor_data mutex around the data access to fix. Signed-off-by: Tom Deconinck <t.deconinck@gmail.com>pull/91018/head
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue