-
- Downloads
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.
Loading
Please register or sign in to comment
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.