zephyr/drivers/sensor/lis2dh
Armando Visconti 802ad61aba drivers: sensors: lis2dh: Fix out-of-bound access
FIX issue #10571 and #10593
atomic_xxx() functions expect the bit argument to be the
position index inside the target integer and not its
numerical representation (e. g. 5 means the 5th bit and not 32).
The original code could potentially override an adiacent variable.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2018-12-05 10:38:38 -08:00
..
CMakeLists.txt
Kconfig
lis2dh_trigger.c drivers: sensors: lis2dh: Fix out-of-bound access 2018-12-05 10:38:38 -08:00
lis2dh.c
lis2dh.h