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

Minor fix.

parent 4f0cc514
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ void ec_fsm_soe_print_error(ec_fsm_soe_t *fsm /**< Finite state machine */) ...@@ -179,7 +179,7 @@ void ec_fsm_soe_print_error(ec_fsm_soe_t *fsm /**< Finite state machine */)
printk("Reading"); printk("Reading");
} }
printk("IDN 0x%04X failed on slave %u.\n", printk(" IDN 0x%04X failed on slave %u.\n",
request->idn, fsm->slave->ring_position); request->idn, fsm->slave->ring_position);
} }
......
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