todo added

This commit is contained in:
Robin Müller 2020-12-02 01:07:40 +01:00
parent 558220643e
commit 2deb7037b0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ FixedTimeslotTask::FixedTimeslotTask(const char *name, TaskPriority setPriority,
<< GetLastError() << std::endl;
}
#elif defined(LINUX)
// we can just copy and paste the code from linux here.
// TODO: we can just copy and paste the code from the linux OSAL here.
#endif
}