1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mma8x5x
Kees Bakker cf560eaca7 drivers/mma8x5x: correct cast of phydat_t*
The read functions have a mma8x5x_data_t* argument which is a
struct with 3 int16_t members. Thus we should cast res->val instead of
just res.
2019-01-06 18:11:46 +01:00
..
include drivers/mma8x5x: remove use of type param 2018-11-20 10:41:45 +01:00
Makefile drivers/mma8x5x: remodeld driver 2017-01-18 10:51:15 +01:00
mma8x5x_saul.c drivers/mma8x5x: correct cast of phydat_t* 2019-01-06 18:11:46 +01:00
mma8x5x.c drivers/mma8x5x: remove use of type param 2018-11-20 10:41:45 +01:00