My documentation changes forced the usage of rand() function, which is not desired

By default, the code that does NOT need LWIP_RAND() is active now
This commit is contained in:
Dirk Ziegelmeier 2017-02-13 10:37:29 +01:00
parent de05424ff6
commit 06c84cb110

View File

@ -66,7 +66,7 @@
#endif #endif
/** Define random number generator function of your system */ /** Define random number generator function of your system */
#ifndef LWIP_RAND #ifdef __DOXYGEN__
#define LWIP_RAND() ((u32_t)rand()) #define LWIP_RAND() ((u32_t)rand())
#endif #endif