commit | 4b94d91c98ac65e3d64489a0930070726a01d412 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Sep 07 13:46:04 2020 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Thu Sep 24 09:32:23 2020 +0200 |
tree | e6baef167f7055eb5d6a1e5a0726ba89753addf0 | |
parent | 1045422fc73464fba572aadb25e1e9c50634fd49 [diff] |
drivers: st: add missing includes in ETZPC header Depending on compiler, the issue about bool or uint*_t not defined can appear. Correct this by adding stdbool.h and stdint.h includes in etzpc.h. Change-Id: If1419dc511efbe682459fa4a776481fa52a38aa3 Signed-off-by: Yann Gautier <yann.gautier@st.com>