OpenEtherCATsociety / SOEM

Simple Open Source EtherCAT Master
Other
1.35k stars 686 forks source link

osal.h bug fix #841

Open tuncayince opened 4 months ago

tuncayince commented 4 months ago

I guess you must fix like this: int osal_thread_create(void thandle, int stacksize, void func, void param); int osal_thread_create_rt(void thandle, int stacksize, void func, void param);