From c7e91d330207351ba62dd7e64ebdaefed68b0043 Mon Sep 17 00:00:00 2001 From: fbernon Date: Fri, 21 Sep 2007 21:23:39 +0000 Subject: [PATCH] Minor change, sys_prot_t is undefined is NO_SYS=1 --- src/include/lwip/sys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/lwip/sys.h b/src/include/lwip/sys.h index 38d93ad1..052ee046 100644 --- a/src/include/lwip/sys.h +++ b/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()