Skip to content

Commit

Permalink
Correcting #48
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Mar 17, 2021
1 parent c5a699b commit 77316d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SparkFun 9DoF IMU Breakout - ICM 20948 - Arduino Library
version=1.2.3
version=1.2.4
author=SparkFun Electronics <techsupport@sparkfun.com>
maintainer=SparkFun Electronics <sparkfun.com>
sentence=Use the low-power high-resolution ICM 20948 9 DoF IMU from Invensense with I2C or SPI. Version 1.2 of the library includes support for the InvenSense Digital Motion Processor (DMP™).
Expand Down
2 changes: 0 additions & 2 deletions src/util/ICM_20948_C.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ extern int memcmp(const void *, const void *, size_t); // Avoid compiler warning
// Higher Level
ICM_20948_Status_e ICM_20948_get_agmt(ICM_20948_Device_t *pdev, ICM_20948_AGMT_t *p);

ICM_20948_Status_e ICM_20948_get_agmt(ICM_20948_Device_t *pdev, ICM_20948_AGMT_t *p);

// FIFO

ICM_20948_Status_e ICM_20948_enable_FIFO(ICM_20948_Device_t *pdev, bool enable);
Expand Down

0 comments on commit 77316d2

Please sign in to comment.