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.

Typo: ModBusTask is passed twice as argument #5

Description

@rajeshpachaikani

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

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

should be replaced with the following:

osThreadDef(ModBusTask, osPriorityNormal, 0,128);

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