modbus icon indicating copy to clipboard operation
modbus copied to clipboard

Code Error in modbus.c

Open MC123T opened this issue 4 years ago • 0 comments

osThreadDef(ModBusTask, ModBusTask, osPriorityNormal, 0, 128);

throws a too many argumentes Error

i fixed it to : osThreadDef(ModBusTask, osPriorityNormal, 0, 128);

was the function updated by freeRTOS?

MC123T avatar Oct 09 '20 10:10 MC123T