Skip to content

Commit

Permalink
add userdata initialization to default ecx_contextt
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-brinkman committed Feb 18, 2021
1 parent 9a077dd commit bb303a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion soem/ethercatmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ ecx_contextt ecx_context = {
&ec_FMMU, // .eepFMMU =
NULL, // .FOEhook()
NULL, // .EOEhook()
0 // .manualstatechange
0, // .manualstatechange
NULL, // .userdata
};
#endif

Expand Down

0 comments on commit bb303a6

Please sign in to comment.