commit | 75a3ee5240c24830f8b7c1944361e08e33a1429b | [log] [tgz] |
---|---|---|
author | Armando Visconti <armando.visconti@st.com> | Fri May 03 15:50:38 2019 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue May 14 09:01:21 2019 -0500 |
tree | 0c3375e2b950b33499706998e3e418d7c8854091 | |
parent | d9d85fd1d3d7d657710cb1f61fbd3f701b2a1a56 [diff] |
drivers/i2s_ll_stm32.c: (FIX) Avoid warning in LOG_ERR The LL_I2S_ReadReg() function returns uint32_t, while %d requires 'int' as a type. Signed-off-by: Armando Visconti <armando.visconti@st.com>