Skip to content

Commit

Permalink
Update zcl_app_data.c
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk authored Jul 22, 2021
1 parent 6eaf480 commit 4272554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/zcl_app_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ SimpleDescriptionFormat_t zclApp_SecondEP = {
APP_DEVICE_VERSION, // int AppDevVer:4;
APP_FLAGS, // int AppFlags:4;
APP_MAX_INCLUSTERS_SECOND_EP, // byte AppNumInClusters;
(cId_t *)zclApp_InClusterListSecondEP // byte *pAppInClusterList;
(cId_t *)zclApp_InClusterListSecondEP, // byte *pAppInClusterList;
0, // byte AppNumOutClusters;
(cId_t *)NULL // byte *pAppOutClusterList;
};

0 comments on commit 4272554

Please sign in to comment.