Fixed typo in CoE FSM.

This commit is contained in:
Florian Pose 2006-12-18 11:48:48 +00:00
parent fc6917709a
commit 7edbaa7ec7
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ void ec_fsm_coe_dict_desc_response(ec_fsm_coe_t *fsm
|| datagram->working_counter != 1) {
fsm->state = ec_fsm_coe_error;
EC_ERR("Reception of CoE SDO description"
"response failed on slave %i.\n", slave->ring_position);
" response failed on slave %i.\n", slave->ring_position);
return;
}