From 7c0af9e2d4c5dc2ef5e5147d86fbb15f351ec67a Mon Sep 17 00:00:00 2001 From: David Lin Date: Mon, 13 Apr 2020 11:25:33 +0800 Subject: [PATCH] Update HAL_Device_tencentos_tiny.c HAL_GetDevInfo -> HAL_GetGwDevInfo --- .../port/TencentOS_tiny/HAL_Device_tencentos_tiny.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/connectivity/qcloud-iot-hub-sdk-3.1.2/port/TencentOS_tiny/HAL_Device_tencentos_tiny.c b/components/connectivity/qcloud-iot-hub-sdk-3.1.2/port/TencentOS_tiny/HAL_Device_tencentos_tiny.c index c3c32fee..ee10632a 100644 --- a/components/connectivity/qcloud-iot-hub-sdk-3.1.2/port/TencentOS_tiny/HAL_Device_tencentos_tiny.c +++ b/components/connectivity/qcloud-iot-hub-sdk-3.1.2/port/TencentOS_tiny/HAL_Device_tencentos_tiny.c @@ -151,7 +151,7 @@ int HAL_GetGwDevInfo(void *pgwDeviceInfo) ret |= device_info_copy(gwDevInfo->sub_dev_info->device_name, sg_sub_device_name, MAX_SIZE_OF_DEVICE_NAME); } #else - Log_e("HAL_GetDevInfo not implement yet"); + Log_e("HAL_GetGwDevInfo not implement yet"); ret = QCLOUD_ERR_DEV_INFO; #endif