int main(void)
{
/* Reset of all peripherals, Initializes the Flash interface and the Systick. */
HAL_Init();
SystemClock_Config();
MX_GPIO_Init();
MX_I2C1_Init();
MX_SPI3_Init();
MX_USART1_UART_Init();
osThreadDef(defaultTask,...
I have the same error in 5.0.0 revision with STM32F107 :\In file included from ..\Middlewares\Third_Party\LwIP\src\core\init.c:47:0:
../Middlewares/Third_Party/LwIP/src/include/lwip/sockets.h:442:8: error: redefinition of 'struct timeval'
struct tim...