Update HAL_Device_tencentos_tiny.c

HAL_GetDevInfo  ->  HAL_GetGwDevInfo
This commit is contained in:
David Lin
2020-04-13 11:25:33 +08:00
committed by GitHub
parent cdff2bd2e9
commit 7c0af9e2d4

View File

@@ -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