mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 21:35:48 +00:00
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:
parent
de05424ff6
commit
06c84cb110
@ -66,7 +66,7 @@
|
||||
#endif
|
||||
|
||||
/** Define random number generator function of your system */
|
||||
#ifndef LWIP_RAND
|
||||
#ifdef __DOXYGEN__
|
||||
#define LWIP_RAND() ((u32_t)rand())
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user