File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212#include " LittleFileSystem.h"
1313#include " FATFileSystem.h"
1414
15- class C33FlashFormatter : public FlashFormatterClass {
15+ class C33FlashFormatter : public FlashFormatterBase {
1616public:
1717 C33FlashFormatter ();
1818protected:
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ using FlashFormatter = MBEDH7FlashFormatter;
1515using FlashFormatter = C33FlashFormatter ;
1616#else
1717#include "FlashFormatterBase.h"
18- using FlashFormatter = FlashFormatterClass ;
18+ using FlashFormatter = FlashFormatterBase ;
1919#endif
Original file line number Diff line number Diff line change 88#pragma once
99#include < Arduino.h>
1010
11- class FlashFormatterClass {
11+ class FlashFormatterBase {
1212public:
13- virtual ~FlashFormatterClass () = default ;
13+ virtual ~FlashFormatterBase () = default ;
1414 virtual bool checkAndFormatPartition () {
1515 if (checkPartition ()){
1616 return true ;
Original file line number Diff line number Diff line change 1212#include " LittleFileSystem.h"
1313#include " FATFileSystem.h"
1414
15- class MBEDH7FlashFormatter : public FlashFormatterClass {
15+ class MBEDH7FlashFormatter : public FlashFormatterBase {
1616public:
1717 MBEDH7FlashFormatter ();
1818
You can’t perform that action at this time.
0 commit comments