Browse Source

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

STABLE-2_1_x
Dirk Ziegelmeier 9 years ago
parent
commit
c1258e5c72
  1. 2
      src/include/lwip/arch.h

2
src/include/lwip/arch.h

@ -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…
Cancel
Save