Skip to content

Commit 407e30c

Browse files
committed
rename FlashFormatterInterface into FlashFormatterBase
1 parent a93f279 commit 407e30c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/flashFormatter/C33FlashFormatter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
file, You can obtain one at http://mozilla.org/MPL/2.0/.
77
*/
88
#pragma once
9-
#include "FlashFormatterInterface.h"
9+
#include "FlashFormatterBase.h"
1010
#include "BlockDevice.h"
1111
#include "MBRBlockDevice.h"
1212
#include "LittleFileSystem.h"

src/flashFormatter/FlashFormatter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ using FlashFormatter = MBEDH7FlashFormatter;
1414
#include "C33FlashFormatter.h"
1515
using FlashFormatter = C33FlashFormatter;
1616
#else
17-
#include "FlashFormatterInterface.h"
17+
#include "FlashFormatterBase.h"
1818
using FlashFormatter = FlashFormatterClass;
1919
#endif

src/flashFormatter/H7FlashFormatter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
file, You can obtain one at http://mozilla.org/MPL/2.0/.
77
*/
88
#pragma once
9-
#include "FlashFormatterInterface.h"
9+
#include "FlashFormatterBase.h"
1010
#include "QSPIFBlockDevice.h"
1111
#include "MBRBlockDevice.h"
1212
#include "LittleFileSystem.h"

0 commit comments

Comments
 (0)