From 13fb157444e864dc9affdd2de6c5ba4404b20071 Mon Sep 17 00:00:00 2001 From: Carlo Parata Date: Tue, 3 Nov 2020 17:16:31 +0100 Subject: [PATCH] Fix conflict issue with LSM6DSO PID --- library.properties | 2 +- src/lsm6dsox_reg.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index b26d899..de200ac 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=STM32duino LSM6DSOX -version=1.1.0 +version=1.1.1 author=SRA maintainer=stm32duino sentence=Ultra Low Power inertial measurement unit. diff --git a/src/lsm6dsox_reg.h b/src/lsm6dsox_reg.h index e1d6961..0ffeb0c 100644 --- a/src/lsm6dsox_reg.h +++ b/src/lsm6dsox_reg.h @@ -3148,8 +3148,8 @@ int32_t lsm6dsox_all_sources_get(lsm6dsox_ctx_t *ctx, 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 {