mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Compile fix in lwip/arch.h "extra tokens at end of #ifndef directive"
This commit is contained in:
parent
211a71cf11
commit
c1258e5c72
@ -66,7 +66,7 @@
|
||||
#endif
|
||||
|
||||
/** Define random number generator function of your system */
|
||||
#ifndef LWIP_RAND()
|
||||
#ifndef LWIP_RAND
|
||||
#define LWIP_RAND() ((u32_t)rand())
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user