OpenEtherCATsociety / SOEM

Simple Open Source EtherCAT Master
Other
1.24k stars 653 forks source link

test -> win32 -> simple_test.c have a error in line340 #780

Closed xiaxiubo closed 5 months ago

xiaxiubo commented 5 months ago

return 0; should be return; The function "ecatcheck" is a void type function.

ArthurKetels commented 5 months ago

Solution is simple, remove line 340.