|
|
| F´ Version |
|
| Affected Component |
|
Problem Description
FwTaskPriorityType is not used in the OSAL layer, however; it is defined in the types system. We should switch to the custom priority type.
This will involve:
- Switching the type of the Task priority in the OSAL layer to use the above type.
- Switching F Prime implementations of task to use this new type too
- Confirming the changes work.