Skip to content
Snippets Groups Projects
Commit a1892c3a authored by Florian Pose's avatar Florian Pose
Browse files

Output app_time in DC debugging.

--HG--
branch : stable-1.5
parent 6bed186e
No related branches found
No related tags found
No related merge requests found
...@@ -1285,6 +1285,7 @@ void ec_fsm_slave_config_state_dc_sync_check( ...@@ -1285,6 +1285,7 @@ void ec_fsm_slave_config_state_dc_sync_check(
EC_SLAVE_DBG(slave, 1, "app_start_time=%llu\n", EC_SLAVE_DBG(slave, 1, "app_start_time=%llu\n",
master->app_start_time); master->app_start_time);
EC_SLAVE_DBG(slave, 1, " app_time=%llu\n", master->app_time);
EC_SLAVE_DBG(slave, 1, " start_time=%llu\n", start_time); EC_SLAVE_DBG(slave, 1, " start_time=%llu\n", start_time);
EC_SLAVE_DBG(slave, 1, " cycle_time=%u\n", sync0->cycle_time); EC_SLAVE_DBG(slave, 1, " cycle_time=%u\n", sync0->cycle_time);
EC_SLAVE_DBG(slave, 1, " shift_time=%u\n", sync0->shift_time); EC_SLAVE_DBG(slave, 1, " shift_time=%u\n", sync0->shift_time);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment