Update HAL_Device_tencentos_tiny.c
HAL_GetDevInfo -> HAL_GetGwDevInfo
This commit is contained in:
@@ -147,7 +147,7 @@ int HAL_GetGwDevInfo(void *pgwDeviceInfo)
|
|||||||
ret |= device_info_copy(gwDevInfo->sub_dev_info[0].device_name, sg_sub_device_name, MAX_SIZE_OF_DEVICE_NAME);
|
ret |= device_info_copy(gwDevInfo->sub_dev_info[0].device_name, sg_sub_device_name, MAX_SIZE_OF_DEVICE_NAME);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
Log_e("HAL_GetDevInfo from json not implement yet");
|
Log_e("HAL_GetGwDevInfo from json not implement yet");
|
||||||
ret = QCLOUD_ERR_DEV_INFO;
|
ret = QCLOUD_ERR_DEV_INFO;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user