We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5eeb3 commit 359278eCopy full SHA for 359278e
src/util/ICM_20948_C.h
@@ -26,7 +26,7 @@ extern int memcmp(const void *, const void *, size_t); // Avoid compiler warning
26
27
// Define if the DMP will be supported
28
// 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
+//#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
30
31
// There are two versions of the InvenSense DMP firmware for the ICM20948 - with slightly different sizes
32
#define DMP_CODE_SIZE 14301 /* eMD-SmartMotion-ICM20948-1.1.0-MP */
0 commit comments