Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Code Error in modbus.c #4

@MC123T

Description

@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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions