We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9caa80c + 55d7a27 commit bded268Copy full SHA for bded268
src/util/ICM_20948_C.h
@@ -22,7 +22,10 @@ extern "C"
22
{
23
#endif /* __cplusplus */
24
25
+// Portduino target uses system memcmp call, which conflicts with this
26
+#ifndef PORTDUINO
27
extern int memcmp(const void *, const void *, size_t); // Avoid compiler warnings
28
+#endif
29
30
// Define if the DMP will be supported
31
// Note: you must have 14290/14301 Bytes of program memory available to store the DMP firmware!
0 commit comments