Skip to content

Wrong use of portTICK_RATE_MS in cilktc-mist.h? #16

@erikflink

Description

@erikflink

I noticed that in cilktc-mist.h it says
#define cread_wait(chan, ptr, val) xQueueReceive( chan, &( ptr ), (val * portTICK_RATE_MS))

Shouldn't it be
#define cread_wait(chan, ptr, val) xQueueReceive( chan, &( ptr ), (val / portTICK_RATE_MS))
instead?

@saranya-natarajan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions