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 {
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
Original file line number Diff line number Diff 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_;
You can’t perform that action at this time.
0 commit comments