We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47ad5d commit dc1df78Copy full SHA for dc1df78
src/Platforms/API_I2C_Arduino.cpp
@@ -1,5 +1,5 @@
1
// I2C Driver for Arduino
2
-#ifdef ARDUINO && !AUDIO_DRIVER_FORCE_IDF
+#if defined(ARDUINO) && !AUDIO_DRIVER_FORCE_IDF
3
4
#include "Platforms/API_I2C.h"
5
0 commit comments