WIP: develop_update #706

Draft
muellerr wants to merge 710 commits from eive/fsfw:develop_update into development
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e704295cce - Show all commits

View File

@ -11,7 +11,7 @@
enum SchedulingPolicy { REGULAR, RR };
struct PosixThreadArgs {
SchedulingPolicy policy;
SchedulingPolicy policy = SchedulingPolicy::REGULAR;
};
class PosixThread {