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
bf8ce5d8
Commit
bf8ce5d8
authored
Sep 17, 2020
by
尹佳钦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2020、09、17
parent
d6475802
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
platform/zigbee/app/builder/Z3GatewayHost/afv2-bookkeeping.c
platform/zigbee/app/builder/Z3GatewayHost/afv2-bookkeeping.c
+1
-1
platform/zigbee/app/builder/Z3GatewayHost/kk_test.c
platform/zigbee/app/builder/Z3GatewayHost/kk_test.c
+2
-2
No files found.
platform/zigbee/app/builder/Z3GatewayHost/afv2-bookkeeping.c
View file @
bf8ce5d8
...
...
@@ -31,7 +31,7 @@ void emAfTick(void)
{
emberAfMainTickCallback
();
emberAfOtaServerTick
();
emberAfPluginGatewayTickCallback
();
//
emberAfPluginGatewayTickCallback();
emberAfPluginHeartbeatTickCallback
();
emberAfTick
();
}
...
...
platform/zigbee/app/builder/Z3GatewayHost/kk_test.c
View file @
bf8ce5d8
...
...
@@ -205,8 +205,8 @@ error_return:
void
emberAfMainTickCallback
(
void
)
{
static
int
last_time
;
int
time
=
halCommonGetInt32uMillisecondTick
();
static
unsigned
int
last_time
;
unsigned
int
time
=
halCommonGetInt32uMillisecondTick
();
if
((
time
-
last_time
)
>=
1000
){
last_time
=
time
;
...
...
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