Commit 1ea8bb2e authored by Mickael Bosch's avatar Mickael Bosch Committed by Anas Nashif
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>
(cherry picked from commit 6e018bbf)
parent 4217df50
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>