You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add parantheses to get rid of the -Wparentheses warning:
platform/ext/target/stm/common/stm32h5xx/secure/target_cfg.c:490:21:
warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
490 | if(SCB->AIRCR & SCB_AIRCR_PRIS_Msk == 0)
| ^
Change-Id: Icbbe6b0393f9ac0be3600fed60e3508dfe9a40eb
Signed-off-by: Stefan Gloor <[email protected]>
(cherry picked from commit 43474c807dc5ef9aa32ce8092770428ff66bd23c)
Signed-off-by: Tim Pambor <[email protected]>
0 commit comments