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:
Martin Jäger 2020-12-10 18:23:47 +01:00 committed by Maureen Helm
commit b0db87193e

View file

@ -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"