MC123T
Results
1
issues of
MC123T
`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?