X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-lwip.git/blobdiff_plain/68e3fa1fbe88a7564ccc0dbf90427d01ae79cd2a..dc20b254c5d4642bb4215750c58aa445daf204fa:/src/include/arch/lwipopts.h diff --git a/src/include/arch/lwipopts.h b/src/include/arch/lwipopts.h index edd609f5..896bae1a 100644 --- a/src/include/arch/lwipopts.h +++ b/src/include/arch/lwipopts.h @@ -60,8 +60,8 @@ /***************************************************************************** ** Platform specific locking *****************************************************************************/ -#define SYS_LIGHTWEIGHT_PROT 0 /* critical sections */ -#define NO_SYS 1 +#define SYS_LIGHTWEIGHT_PROT 1 /* critical sections */ +#define NO_SYS 0 /***************************************************************************** ** TCPIP thread - used when NO_SYS defined to 0