diff --git a/html/_d_h_t_8cpp.html b/html/_d_h_t_8cpp.html index d83c040..0b50e92 100644 --- a/html/_d_h_t_8cpp.html +++ b/html/_d_h_t_8cpp.html @@ -70,7 +70,7 @@ $(function() { Macros #define MIN_INTERVAL   2000   -#define TIMEOUT   -1 +#define TIMEOUT   UINT32_MAX  

Macro Definition Documentation

@@ -96,11 +96,11 @@ Macros
- +
#define TIMEOUT   -1#define TIMEOUT   UINT32_MAX
-

timeout on

+

Used programmatically for timeout. \ Not a timeout duration. Type: uint32_t.