-
Kees Bakker authored
The read functions have a mag3110_data_t* argument which is a struct with 3 int16_t members. Thus we should cast res->val instead of just res.
Kees Bakker authoredThe read functions have a mag3110_data_t* argument which is a struct with 3 int16_t members. Thus we should cast res->val instead of just res.
mag3110_saul.c 796 B