Skip to content

Commit 89cd1a2

Browse files
authored
Update ICM_20948_C.h
1 parent 5d94703 commit 89cd1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/ICM_20948_C.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern int memcmp(const void *, const void *, size_t); // Avoid compiler warning
2626

2727
// Define if the DMP will be supported
2828
// Note: you must have 14301 Bytes of program memory available to store the DMP firmware!
29-
#define ICM_20948_USE_DMP // Uncomment this line to enable DMP support.
29+
//#define ICM_20948_USE_DMP // Uncomment this line to enable DMP support.
3030

3131
#define ICM_20948_I2C_ADDR_AD0 0x68 // Or 0x69 when AD0 is high
3232
#define ICM_20948_I2C_ADDR_AD1 0x69 //

0 commit comments

Comments
 (0)