Question
STM32CubeMX Generates MX_LWIP_Init even when disabled
STM32CubeMX always generates the function MX_LWIP_Init even when its generation is disabled. This causes a redefinition during compilation if a custom implementation already exists. On every regeneration the autogenerated file re inserts the function and its prototype, triggering the conflict.


Board: Custom
CPU: STM32H743IITx
