File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ namespace SDLib {
110
110
bool lockCard (bool setLock, const char pwd);
111
111
// !!CAUTION!! this can be used as last resort if the password of a locked card is unknown,
112
112
// this will remove the files and filesystem, a reformatting of the card is neccessary after this
113
- bool forceEraseCard ();
113
+ bool forceEraseCard ();
114
114
115
115
private:
116
116
Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ class Sd2Card {
242
242
uint8_t writeStop (void );
243
243
uint8_t isBusy (void );
244
244
bool lockCard (bool setLock, const char *pwd);
245
- bool forceEraseCard (void );
246
- bool getCardStatus (void );
245
+ bool forceEraseCard (void );
246
+ bool getCardStatus (void );
247
247
private:
248
248
uint32_t block_;
249
249
uint8_t chipSelectPin_;
You can’t perform that action at this time.
0 commit comments