Files
TencentOS-tiny/components/connectivity/qcloud-iot-hub-sdk-3.1.2
LinPeng 45dfc729fc Update HAL_TCP_module.c
1.in function HAL_TCP_Connect,  '    char port_str[PORT_BUFF_LEN];  memset(port_str, 0, PORT_BUFF_LEN);', we can direct to replace with  'char port_str[PORT_BUFF_LEN] = {0};'
2020-01-20 11:37:45 +08:00
..
2019-11-14 15:09:00 +08:00