flash: stm32l4x: fix build
Fix build since current file directly is no more in the include path. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
3d612b7a8b
commit
958acd1b4e
|
@ -16,7 +16,7 @@
|
|||
#include <init.h>
|
||||
#include <soc.h>
|
||||
|
||||
#include <flash_stm32.h>
|
||||
#include "flash_stm32.h"
|
||||
|
||||
#define STM32L4X_PAGE_SHIFT 11
|
||||
|
||||
|
|
Loading…
Reference in New Issue