Skip to content

Commit

Permalink
Rename stmdev_ctx_t to lsm6dsv16x_ctx_t
Browse files Browse the repository at this point in the history
  • Loading branch information
wigwagwent committed Feb 10, 2024
1 parent 3845411 commit bc5bf64
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 577 deletions.
2 changes: 1 addition & 1 deletion src/LSM6DSV16XSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class LSM6DSV16XSensor {
uint8_t acc_is_enabled;
uint8_t gyro_is_enabled;
uint8_t initialized;
stmdev_ctx_t reg_ctx;
lsm6dsv16x_ctx_t reg_ctx;
};

#ifdef __cplusplus
Expand Down
Loading

0 comments on commit bc5bf64

Please sign in to comment.