]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - src/include/arch/sys_arch.h
lwip debug print functions
[pes-rpp/rpp-lwip.git] / src / include / arch / sys_arch.h
index 66741cbdfaf6c59807e0fb18847ffe4ad2ce860d..a1da497a6757733842abca49233fa2745875617b 100644 (file)
@@ -53,8 +53,8 @@
 
 #define portQUEUE_OVERHEAD_BYTES 0
 
-/* 1 - semaphore/mutexe is used to protect critical sections; 0 - interrupt disable is used to protect critical sections */
-#define SYS_ARCH_SEMPHR_PROTECT    0 & !NO_SYS
+/* 1 - semaphore/mutex is used to protect critical sections; 0 - interrupt disable is used to protect critical sections */
+#define SYS_ARCH_SEMPHR_PROTECT    1 & !NO_SYS
 
 typedef u8_t sys_prot_t;