Skip to content

Commit 5b72a34

Browse files
authored
Merge pull request #7 from cparata/master
Fix conflict issue with LSM6DSO PID
2 parents 6e8ad9a + 13fb157 commit 5b72a34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=STM32duino LSM6DSOX
2-
version=1.1.0
2+
version=1.1.1
33
author=SRA
44
maintainer=stm32duino
55
sentence=Ultra Low Power inertial measurement unit.

src/lsm6dsox_reg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3148,8 +3148,8 @@ int32_t lsm6dsox_all_sources_get(lsm6dsox_ctx_t *ctx,
31483148

31493149
typedef struct{
31503150
uint8_t odr_fine_tune;
3151-
} dev_cal_t;
3152-
int32_t lsm6dsox_calibration_get(lsm6dsox_ctx_t *ctx, dev_cal_t *val);
3151+
} lsm6dsox_dev_cal_t;
3152+
int32_t lsm6dsox_calibration_get(lsm6dsox_ctx_t *ctx, lsm6dsox_dev_cal_t *val);
31533153

31543154
typedef struct {
31553155
struct {

0 commit comments

Comments
 (0)