FreeRTOS slotTimeMs = 0 leads to error #23

Closed
opened 2020-04-01 17:21:29 +02:00 by muellerr · 0 comments
Owner

Setting the slot time in the polling sequence tables to 0 leads to a sanity check error in task.c (line 695),
time increment will not be larger than 0.
I did a quick fix which sets the time to 1ms for now.
Does anyone have a better idea?

Will make pull request soon along with some other proposals.

Setting the slot time in the polling sequence tables to 0 leads to a sanity check error in task.c (line 695), time increment will not be larger than 0. I did a quick fix which sets the time to 1ms for now. Does anyone have a better idea? Will make pull request soon along with some other proposals.
muellerr changed title from FreeRTOS slotTimeMs leads to error to FreeRTOS slotTimeMs = 0 leads to error 2020-04-01 17:21:34 +02:00
muellerr added the
bug
label 2020-05-04 18:26:45 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fsfw/fsfw#23
No description provided.