Output app_time in DC debugging.

This commit is contained in:
Florian Pose 2011-09-15 12:38:48 +02:00
parent a877b8583c
commit 3981accaae
1 changed files with 1 additions and 0 deletions

View File

@ -1285,6 +1285,7 @@ void ec_fsm_slave_config_state_dc_sync_check(
EC_SLAVE_DBG(slave, 1, "app_start_time=%llu\n",
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, " cycle_time=%u\n", sync0->cycle_time);
EC_SLAVE_DBG(slave, 1, " shift_time=%u\n", sync0->shift_time);