We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b64fe15 + 8611588 commit cfaa202Copy full SHA for cfaa202
DHT.h
@@ -47,7 +47,7 @@
47
#define DHT21 21 /**< DHT TYPE 21 */
48
#define AM2301 21 /**< AM2301 */
49
50
-#if (TARGET_NAME == ARDUINO_NANO33BLE)
+#if defined(TARGET_NAME) && (TARGET_NAME == ARDUINO_NANO33BLE)
51
#ifndef microsecondsToClockCycles
52
/*!
53
* As of 7 Sep 2020 the Arduino Nano 33 BLE boards do not have
0 commit comments