iNEMO inertial module: 3D accelerometer and 3D gyroscope.

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Revision:
4:88054adaed8d
Parent:
1:fe40aec6e97a
--- a/lsm6dsox_reg.h	Fri Oct 30 07:36:01 2020 +0000
+++ b/lsm6dsox_reg.h	Tue Nov 03 16:23:07 2020 +0000
@@ -3148,8 +3148,8 @@
 
 typedef struct{
   uint8_t odr_fine_tune;
-} dev_cal_t;
-int32_t lsm6dsox_calibration_get(lsm6dsox_ctx_t *ctx, dev_cal_t *val);
+} lsm6dsox_dev_cal_t;
+int32_t lsm6dsox_calibration_get(lsm6dsox_ctx_t *ctx, lsm6dsox_dev_cal_t *val);
 
 typedef struct {
   struct {