forked from xuos/xiuos
add BC28 of nbiot for adapter
This commit is contained in:
@@ -438,7 +438,8 @@ AdapterProductInfoType E18Attach(struct Adapter *adapter)
|
||||
printf("E18Attach malloc product_info error\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
memset(product_info, 0, sizeof(struct AdapterProductInfo));
|
||||
|
||||
strncpy(product_info->model_name, ADAPTER_ZIGBEE_E18,sizeof(product_info->model_name));
|
||||
product_info->model_done = (void *)&E18_done;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user