Skip to content

Commit e945990

Browse files
author
Henning Hasemann
committed
Reverted previous hotfix
Hotfix not necessary anymore since problem is now address on Wiselib end.
1 parent ffad4ba commit e945990

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libraries/SD/utility/Sd2Card.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ uint8_t Sd2Card::eraseSingleBlockEnable(void) {
211211
* can be determined by calling errorCode() and errorData().
212212
*/
213213
uint8_t Sd2Card::init(uint8_t sckRateID, uint8_t chipSelectPin) {
214-
// <HOTFIX>
215-
chipSelectPin = 4;
216-
// </HOTFIX>
217-
218214
errorCode_ = inBlock_ = partialBlockRead_ = type_ = 0;
219215
chipSelectPin_ = chipSelectPin;
220216
// 16-bit init start time allows over a minute

0 commit comments

Comments
 (0)