Compile fix in lwip/arch.h "extra tokens at end of #ifndef directive"

This commit is contained in:
Dirk Ziegelmeier 2016-12-29 09:05:52 +01:00
parent 211a71cf11
commit c1258e5c72

View File

@ -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