Skip to content

Commit 75947e2

Browse files
committed
Finx include error when building without envie customizations
1 parent b7a455e commit 75947e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default_bd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include "BlockDevice.h"
99
#include "SlicingBlockDevice.h"
10+
#include "FlashIAPBlockDevice.h"
1011
#include "bootutil/bootutil_log.h"
1112

1213
#if MCUBOOT_AS_ENVIE || MCUBOOT_USE_FILE_BD
@@ -16,7 +17,6 @@
1617
#endif
1718

1819
#if MCUBOOT_AS_ENVIE
19-
#include "FlashIAPBlockDevice.h"
2020
#include "SDMMCBlockDevice.h"
2121
#if MCUBOOT_ENVIE_LITTLEFS
2222
#include "LittleFileSystem.h"

0 commit comments

Comments
 (0)