auralix / alx-202-af-10-1-auralix-c-lib

GNU General Public License v3.0
0 stars 0 forks source link

alxGlobal - Conflict with read macro in lwIP with alxLfsConfig.h which includes lfs.h, must be seperately included when needed #61

Open tomazvidovic opened 8 months ago

tomazvidovic commented 8 months ago
//------------------------------------------------------------------------------
// lwIP
//------------------------------------------------------------------------------
#if defined(ALX_LW_IP)
#include "lwip/netif.h"
#include "lwip/api.h"
#include "lwip/tcpip.h"
#include "lwip/dhcp.h"
//#include "lwip/sockets.h" // TV: TODO, conflict with read macro in lwIP with alxLfsConfig.h which includes lfs.h, must be seperately included when needed
#endif