Hi,
I'm trying to implement an open62541 opc ua server on my mcu and i need to
use socket, but when i compile i get this error

#if ((LWIP_SOCKET || LWIP_NETCONN) && (NO_SYS==1))
  #error "If you want to use Sequential API, you have to define NO_SYS=0 in
your lwipopts.h"
#endif

I have to set NO_SYS = 1, because my mcu doesn't has an OS. What can i do?
Thank you very much



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to