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

Minor: Improved SII debugging.

parent 47603961
No related branches found
No related tags found
No related merge requests found
...@@ -184,7 +184,8 @@ void ec_fsm_sii_state_start_reading( ...@@ -184,7 +184,8 @@ void ec_fsm_sii_state_start_reading(
EC_WRITE_U16(datagram->data + 2, fsm->word_offset); EC_WRITE_U16(datagram->data + 2, fsm->word_offset);
#ifdef SII_DEBUG #ifdef SII_DEBUG
EC_SLAVE_DBG(slave, 0, "reading SII data:\n"); EC_SLAVE_DBG(fsm->slave, 0, "reading SII data, word %u:\n",
fsm->word_offset);
ec_print_data(datagram->data, 4); ec_print_data(datagram->data, 4);
#endif #endif
......
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