Merge pull request #280 from OpenEtherCATsociety/fix/soemlib_undef_ec_ver1
Fix to enable building the SOEM library VER 2 with -werror
This commit is contained in:
commit
ab89d557d5
|
@ -246,6 +246,8 @@ static int ecx_config_from_table(ecx_contextt *context, uint16 slave)
|
|||
#else
|
||||
static int ecx_config_from_table(ecx_contextt *context, uint16 slave)
|
||||
{
|
||||
(void)context;
|
||||
(void)slave;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue