Skip to content

Commit 012482f

Browse files
committed
refactor code
1 parent 20725d3 commit 012482f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ namespace SDLib {
110110
bool lockCard(bool setLock, const char pwd);
111111
// !!CAUTION!! this can be used as last resort if the password of a locked card is unknown,
112112
// this will remove the files and filesystem, a reformatting of the card is neccessary after this
113-
bool forceEraseCard();
113+
bool forceEraseCard();
114114

115115
private:
116116

src/utility/Sd2Card.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ class Sd2Card {
242242
uint8_t writeStop(void);
243243
uint8_t isBusy(void);
244244
bool lockCard(bool setLock, const char *pwd);
245-
bool forceEraseCard(void);
246-
bool getCardStatus(void);
245+
bool forceEraseCard(void);
246+
bool getCardStatus(void);
247247
private:
248248
uint32_t block_;
249249
uint8_t chipSelectPin_;

0 commit comments

Comments
 (0)