]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
sys version turned on
authorJan Dolezal <pm.jenik@gmail.com>
Tue, 10 Sep 2013 16:07:27 +0000 (18:07 +0200)
committerJan Dolezal <pm.jenik@gmail.com>
Tue, 10 Sep 2013 16:07:27 +0000 (18:07 +0200)
src/include/arch/lwipopts.h

index edd609f55860546f7ad23764773be6c98da5ac1e..896bae1af0605c2d96e77eb8c2da30bf658e33be 100644 (file)
@@ -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