sync the upstream branch

This commit is contained in:
Wang_Weigen
2021-09-27 17:02:34 +08:00
26 changed files with 578 additions and 155 deletions
@@ -439,7 +439,7 @@ AdapterProductInfoType E18Attach(struct Adapter *adapter)
return NULL;
}
product_info->model_name = ADAPTER_ZIGBEE_E18;
strncpy(product_info->model_name, ADAPTER_ZIGBEE_E18,sizeof(product_info->model_name));
product_info->model_done = (void *)&E18_done;
return product_info;