1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mma7660
Kees Bakker 0ee426b4fe drivers/mm7660: correct cast of phydat_t*
The read functions have a mma7660_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 17:55:47 +01:00
..
include drivers/mma7760: Add initial support 2018-08-02 15:52:58 +02:00
Makefile drivers/mma7760: Add initial support 2018-08-02 15:52:58 +02:00
mma7660_saul.c drivers/mm7660: correct cast of phydat_t* 2019-01-06 17:55:47 +01:00
mma7660.c drivers/mma7660: adapt to new I2C API 2018-08-02 15:52:58 +02:00