Commit 5601016e authored by Xin Jin's avatar Xin Jin

ddd

parent 0069535e
# SmartTag # SmartTag
First version v1.0.1 update
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment