Skip to content

Commit 6e018bb

Browse files
Mickael Boschkartben
authored andcommitted
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: Mickael Bosch <[email protected]>
1 parent a1621ac commit 6e018bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/i2c_ll_stm32_v2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <zephyr/sys/util.h>
1515
#include <zephyr/kernel.h>
1616
#include <soc.h>
17+
#include <stm32_cache.h>
1718
#include <stm32_ll_i2c.h>
1819
#include <errno.h>
1920
#include <zephyr/drivers/i2c.h>

0 commit comments

Comments
 (0)