Skip to content

Commit 359278e

Browse files
committed
Disable DMP by default
1 parent fe5eeb3 commit 359278e

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 14290/14301 Bytes of program memory available to store the DMP firmware!
29-
#define ICM_20948_USE_DMP // Uncomment this line to enable DMP support. You can of course use ICM_20948_USE_DMP as a compiler flag too
29+
//#define ICM_20948_USE_DMP // Uncomment this line to enable DMP support. You can of course use ICM_20948_USE_DMP as a compiler flag too
3030

3131
// There are two versions of the InvenSense DMP firmware for the ICM20948 - with slightly different sizes
3232
#define DMP_CODE_SIZE 14301 /* eMD-SmartMotion-ICM20948-1.1.0-MP */

0 commit comments

Comments
 (0)