Closed
Description
This doesn't allow LWIP_PROVIDE_ERRNO
to be overridden:
https://github.com/STMicroelectronics/stm32_mw_lwip/blob/f0d19c3a6e7420248775b5163b8dbf1fc2371331/system/arch/cc.h#L40-L42
Suggest replacing with the following:
#if !defined(LWIP_ERRNO_STDINCLUDE) && !defined(LWIP_ERRNO_INCLUDE) && !defined(LWIP_PROVIDE_ERRNO)
#define LWIP_PROVIDE_ERRNO
#endif
to align with this comment:
https://github.com/STMicroelectronics/stm32_mw_lwip/blob/f0d19c3a6e7420248775b5163b8dbf1fc2371331/src/include/lwip/opt.h#L47-L52
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done