validation: Use common wording

This commit is contained in:
Sebastian Huber
2021-03-08 10:49:51 +01:00
parent 1ce127e9df
commit e76470dfa7
6 changed files with 82 additions and 75 deletions

View File

@@ -420,7 +420,8 @@ static void RtemsTaskReqConstructErrors_Pre_Prio_Prepare(
switch ( state ) {
case RtemsTaskReqConstructErrors_Pre_Prio_Valid: {
/*
* The initial priority of the task configuration shall be valid.
* The initial priority of the task configuration shall be valid and
* non-zero.
*/
ctx->config.initial_priority = 254;
break;