drivers: flash: stm32g4x: Fix include for dual bank
The LL header include was missing for the functions used for STM32G474 MCUs with dual bank feature. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
ecc44b16ca
commit
b0db87193e
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ LOG_MODULE_REGISTER(LOG_DOMAIN);
|
|||
#include <drivers/flash.h>
|
||||
#include <init.h>
|
||||
#include <soc.h>
|
||||
#include <stm32_ll_system.h>
|
||||
|
||||
#include "flash_stm32.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue