1、fix modbus_tcp socket bug;2、fix ch438 init error on xidatong-arm32 board
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user