commit | 0adc87c75d3c8b67d70008af39ba256a68ae00f8 | [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 | 54019a35b817976793903f0030108148631aaace [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>