mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 20:01:44 +08:00
Fixed segfault - Initialize SoE request properly.
This commit is contained in:
@@ -99,6 +99,7 @@ void ec_fsm_slave_config_init(
|
||||
)
|
||||
{
|
||||
ec_sdo_request_init(&fsm->request_copy);
|
||||
ec_soe_request_init(&fsm->soe_request_copy);
|
||||
|
||||
fsm->datagram = datagram;
|
||||
fsm->fsm_change = fsm_change;
|
||||
|
||||
Reference in New Issue
Block a user