Skip to content

Commit

Permalink
ptrig: remove SCHED_DEADLINE tostr until implemented
Browse files Browse the repository at this point in the history
Suggested-by: Gianni Borghesan <gianni.borghesan@kuleuven.be>
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Aug 31, 2020
1 parent 51dea19 commit e8fa66a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std_blocks/trig/ptrig.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const char* schedpol_tostr(unsigned int schedpol)
case SCHED_RR: return "SCHED_RR";
case SCHED_IDLE: return "SCHED_IDLE";
case SCHED_BATCH: return "SCHED_BATCH";
case SCHED_DEADLINE: return "SCHED_BATCH";
default:
return "unkown";
}
Expand Down

0 comments on commit e8fa66a

Please sign in to comment.