Task IF refactoring #636

Merged
gaisser merged 34 commits from mueller/task-if-refactoring into development 2022-06-20 16:08:03 +02:00
Showing only changes of commit ad53b48fcb - Show all commits

View File

@ -37,7 +37,8 @@ ReturnValue_t FixedTimeslotTask::sleepFor(uint32_t ms) {
posixThread.suspend();
}
pollingSeqTable.intializeSequenceAfterTaskCreation();
// Returnvalue ignored for now
static_cast<void>(pollingSeqTable.intializeSequenceAfterTaskCreation());
// The start time for the first entry is read.
uint64_t lastWakeTime = PosixThread::getCurrentMonotonicTimeMs();