Commit 6c9808e
Chinmaya Sameeru
Fix MISRA C 2012 Rule 9.3 violation in SMP configuration
Change partial array initialization from { pdFALSE } to { 0 } for
xYieldPendings array, matching the same fix pattern used in PR #973
for mpu_wrappers_v2.c.
pdFALSE is defined as ((BaseType_t)0), so behavior is unchanged.
Fixes #14911 parent 8be86d4 commit 6c9808e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
| 510 | + | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| |||
0 commit comments