mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
Compile fix in lwip/arch.h "extra tokens at end of #ifndef directive"
This commit is contained in:
@@ -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()
|
#ifndef LWIP_RAND
|
||||||
#define LWIP_RAND() ((u32_t)rand())
|
#define LWIP_RAND() ((u32_t)rand())
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user