mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Fix exception file reference
This commit is contained in:
parent
23b0424ddd
commit
fa0fb6f4d8
2
MISRA.md
2
MISRA.md
|
@ -119,7 +119,7 @@ _Ref 11.5.5_
|
||||||
|
|
||||||
MISRA C-2012 Rule 14.3: Controlling expressions shall not be invariant.
|
MISRA C-2012 Rule 14.3: Controlling expressions shall not be invariant.
|
||||||
|
|
||||||
_Ref 14.3.1_
|
_Ref 14.3_
|
||||||
- The `configMAX_TASK_NAME_LEN` and `taskRESERVED_TASK_NAME_LENGTH` values
|
- The `configMAX_TASK_NAME_LEN` and `taskRESERVED_TASK_NAME_LENGTH` values
|
||||||
constant at compile time however can vary depending on build configuration.
|
constant at compile time however can vary depending on build configuration.
|
||||||
This condition takes into account the build configuration of the system.
|
This condition takes into account the build configuration of the system.
|
||||||
|
|
Loading…
Reference in a new issue