Commit 6e018bbf authored by Mickael Bosch's avatar Mickael Bosch Committed by Benjamin Cabé
Browse files

drivers: i2c: stm32: fix compilation with DMA



fixes:
- implicit declaration of function 'stm32_buf_in_nocache'
- undefined reference to 'stm32_buf_in_nocache'

Signed-off-by: default avatarMickael Bosch <mickael.bosch@linux.com>
parent a1621ac7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <zephyr/sys/util.h>
#include <zephyr/kernel.h>
#include <soc.h>
#include <stm32_cache.h>
#include <stm32_ll_i2c.h>
#include <errno.h>
#include <zephyr/drivers/i2c.h>