Browse Source

Minor change, sys_prot_t is undefined is NO_SYS=1

STABLE-2_1_x
fbernon 19 years ago
parent
commit
c7e91d3302
  1. 1
      src/include/lwip/sys.h

1
src/include/lwip/sys.h

@ -44,6 +44,7 @@ extern "C" {
definitions of the sys_ functions. */
typedef u8_t sys_sem_t;
typedef u8_t sys_mbox_t;
typedef u8_t sys_prot_t;
struct sys_timeo {u8_t dummy;};
#define sys_init()

Loading…
Cancel
Save