commit | 85742e3c9af97a0b1b07d1c3743f00ce0bbce0fa | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Fri Oct 05 16:35:26 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Oct 05 11:11:03 2018 -0400 |
tree | 7c80f831d459df8544bb3f0ee6137cb1197e04dc | |
parent | 31340d8cdd594951fed373f2edf645249577cede [diff] |
drivers/spi: stm32: fix warning in SYS_LOG_ERR macro Following log subsystem rework, a warning poped-up in SYS_LOG_ERR in spi_stm32_get_err macro. Fix it by casting SPI_STM32_ERR_MSK on (u32_t) Fixes #10380 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>