Skip to content

Commit c3fc164

Browse files
committed
FlashFormatterBase: make all methods public
1 parent 1333879 commit c3fc164

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/flashFormatter/FlashFormatterBase.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ class FlashFormatterBase {
2222

2323
return checkPartition();
2424
}
25-
26-
protected:
2725
virtual bool checkPartition() { return true; };
2826
virtual bool formatPartition() { return true; };
2927
};

0 commit comments

Comments
 (0)