commit | 599bda37456c5f5cc0cffd64ede7fb8898e6a336 | [log] [tgz] |
---|---|---|
author | Armando Visconti <armando.visconti@st.com> | Mon Mar 11 11:13:38 2019 +0100 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Mar 11 22:06:37 2019 -0700 |
tree | 9db0f7a67acd9d3b48d977aca76c65c0a48dce2c | |
parent | f1810c84954281d331aaa108ea6bd9f3753e2230 [diff] |
driver/sensor: lis2mdl: (FIX) change 'uint32_t' type into 'u32_t' In zephyr drivers should always use u32_t. Using uint32_t here generates issues in the CI when NEWLIB_LIBC is defined. Signed-off-by: Armando Visconti <armando.visconti@st.com>