Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
SmartTag
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xin Jin
SmartTag
Commits
5601016e
Commit
5601016e
authored
Oct 14, 2019
by
Xin Jin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddd
parent
0069535e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
README.md
README.md
+2
-0
main.c
examples/ble_peripheral/ble_app_uart/main.c
+1
-1
No files found.
README.md
View file @
5601016e
# SmartTag
# SmartTag
First version v1.0.1 update
examples/ble_peripheral/ble_app_uart/main.c
View file @
5601016e
...
@@ -974,7 +974,7 @@ static void user_tick_timeout_handler(void * p_context)
...
@@ -974,7 +974,7 @@ static void user_tick_timeout_handler(void * p_context)
NRF_LOG_INFO
(
"user_tick_handler=== %d, %d!
\r\n
"
,
g_app_data
.
tickCounter
,
m_context_cfg
.
dev_tick_counter
);
NRF_LOG_INFO
(
"user_tick_handler=== %d, %d!
\r\n
"
,
g_app_data
.
tickCounter
,
m_context_cfg
.
dev_tick_counter
);
if
(
g_app_data
.
tickCounter
>=
g_app_data
.
dev_tick_counter
)
if
(
g_app_data
.
tickCounter
>=
m_context_cfg
.
dev_tick_counter
)
{
{
g_app_data
.
tickCounter
=
0
;
g_app_data
.
tickCounter
=
0
;
...
...
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