Fix compiler warning: comparison between signed...

... and unsigned integer expressions [-Wsign-compare]
This commit is contained in:
Rotzbua 2020-05-21 06:28:03 +02:00 committed by GitHub
parent 6a843cb8aa
commit 5ce3bce49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
#include "DHT.h"
#define MIN_INTERVAL 2000 /**< min interval value */
#define TIMEOUT -1 /**< timeout on */
#define TIMEOUT UINT32_MAX /**< Used programmatically for timeout. Not a timeout duration. Type: uint32_t. */
/*!
* @brief Instantiates a new DHT class