1、fix modbus_tcp socket bug;2、fix ch438 init error on xidatong-arm32 board

This commit is contained in:
Liu_Weichao
2022-12-16 10:58:26 +08:00
parent 59fa5451ca
commit bc014769f5
3 changed files with 19 additions and 9 deletions
@@ -300,7 +300,7 @@ struct InitSequenceDesc _board_init[] =
#endif
#ifdef BSP_USING_CH438
{"ch438", Imxrt1052HwCh438Init()},
{"ch438", Imxrt1052HwCh438Init },
#endif
#ifdef BSP_USING_SDIO
@@ -46,6 +46,7 @@ struct SerialDataCfg
uint16 serial_buffer_size;
int32 serial_timeout;
uint8 is_ext_uart;
uint8 ext_uart_no;
enum ExtSerialPortConfigure port_configure;
};