1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstram/master' into mueller_FixedTimeslotTaskImprovements

This commit is contained in:
2020-07-06 12:27:12 +02:00
19 changed files with 1108 additions and 794 deletions

View File

@ -156,4 +156,3 @@ ReturnValue_t FixedTimeslotTask::sleepFor(uint32_t ms) {
vTaskDelay(pdMS_TO_TICKS(ms));
return HasReturnvaluesIF::RETURN_OK;
}