CubeMX LWIP Middleware Generated Code
Posted on February 12, 2015 at 13:51I am having a problem with LWIP code. From MX tool I enable DNS so that LWIP_DNS is defined as 1 in lwipopts.h file yet this is not detected in any of the files. For example in netdb.c:#if LWIP_DNS && LWIP_SOCKET...