Thred priorities on no-PREEMPT_RT (Ubunutu)

This commit is contained in:
Robin E. R. Davies
2024-11-14 16:15:32 -05:00
parent a52a7a2a9a
commit c01f0351f0
14 changed files with 261 additions and 109 deletions
+5 -1
View File
@@ -24,6 +24,8 @@
#pragma once
#ifdef JUNK //yyx delete me.
#include "ss.hpp"
#include "Lv2Log.hpp"
@@ -66,4 +68,6 @@ namespace pipedal
sched_setscheduler(0, currentScheduler, &currentPriority);
}
};
}
}
#endif