Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
k-sdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈伟灿
k-sdk
Commits
c60ccdf7
Commit
c60ccdf7
authored
Sep 18, 2020
by
chen.weican
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改内容】修改子设备删除后导致其他子设备都无法操作的BUG
【提交人】陈伟灿
parent
8c3bbd07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
platform/zigbee/app/builder/Z3GatewayHost/ZB/kk_device_table_db.c
.../zigbee/app/builder/Z3GatewayHost/ZB/kk_device_table_db.c
+1
-1
No files found.
platform/zigbee/app/builder/Z3GatewayHost/ZB/kk_device_table_db.c
View file @
c60ccdf7
...
@@ -209,7 +209,7 @@ void kk_device_table_delete(EmberEUI64 mac)
...
@@ -209,7 +209,7 @@ void kk_device_table_delete(EmberEUI64 mac)
if
(
MEMCOMPARE
(
ptr
->
mac
,
mac
,
sizeof
(
EmberEUI64
))
==
0
){
if
(
MEMCOMPARE
(
ptr
->
mac
,
mac
,
sizeof
(
EmberEUI64
))
==
0
){
if
(
ptr
->
next
==
NULL
){
if
(
ptr
->
next
==
NULL
){
free
(
ptr
);
free
(
ptr
);
kk_zb_device_table
=
NULL
;
ptr_temp
->
next
=
NULL
;
emberAfCorePrintln
(
"[KK device table]delete,now is empty !!!"
);
emberAfCorePrintln
(
"[KK device table]delete,now is empty !!!"
);
return
;
return
;
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment