Skip to content
Snippets Groups Projects
Commit aa5121c5 authored by Federico's avatar Federico
Browse files

Fix unimplemented member function in control scheduler, now test_12 of testsuite passes

parent 7dddfbbd
No related branches found
No related tags found
2 merge requests!40Update to Miosix 2.7,!17Draft: Improved miosix build system and fixed cmake scripts
......@@ -117,7 +117,7 @@ public:
* @return
*/
inline bool mutexLessOp(ControlSchedulerPriority b){
return false;
return priority < b.priority;
}
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment