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.
1 parent 7528a84 commit d0a1035Copy full SHA for d0a1035
DHT.cpp
@@ -26,8 +26,9 @@
26
#include "DHT.h"
27
28
#define MIN_INTERVAL 2000 /**< min interval value */
29
-#define TIMEOUT UINT32_MAX /**< Used programmatically for timeout. \
30
- Not a timeout duration. Type: uint32_t. */
+#define TIMEOUT \
+ UINT32_MAX /**< Used programmatically for timeout. \
31
+ Not a timeout duration. Type: uint32_t. */
32
33
/*!
34
* @brief Instantiates a new DHT class
0 commit comments