commit | fca59e04364994508e52913292c7c8386201a458 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Fri Nov 25 10:56:25 2022 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Wed Dec 07 18:25:13 2022 +0100 |
tree | 4bbf901b4d815465c3510abee1ccd966de14b4cd | |
parent | ad631cc33583120d54b1f173084a90cfbf484a68 [diff] |
fix(st-gpio): define shift as uint32_t This corrects MISRA C2012-10.6: The value of a composite expression shall not be assigned to an object with wider essential type. While at it change all the shift values to unsigned. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Idf9915313af965db2106095df7cb48a84f50c519