Просмотр исходного кода

Fix compiler warning: comparison between signed...

... and unsigned integer expressions [-Wsign-compare]
Rotzbua 5 лет назад
Родитель
Сommit
5ce3bce49c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      DHT.cpp

+ 1 - 1
DHT.cpp

@@ -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