TencentOS-tiny/components/connectivity
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
..
Bluetooth_5.0 add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
Eclipse-Paho-MQTT add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
LoraWAN first commit for opensource 2019-09-16 13:19:50 +08:00
TencentCloud_SDK add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
iotkit-embedded-3.0.1 add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
qcloud-iot-explorer-sdk add tos_slist.h, rename tos.h to tos_k.h 2020-01-03 17:25:38 +08:00
qcloud-iot-hub-sdk-3.1.2 Update HAL_TCP_module.c 2020-01-20 11:37:45 +08:00