mirror of
https://github.com/BitMaker-hub/NerdMiner_v2.git
synced 2025-09-26 18:46:16 +02:00
Update SDCard.cpp
fix
This commit is contained in:
@@ -40,11 +40,13 @@ SDCard::SDCard(int ID):cardInitialized_(false),cardBusy_(false)
|
||||
SDCard::~SDCard()
|
||||
{
|
||||
iSD_->end();
|
||||
#ifdef BUILD_SDSPI
|
||||
if(newInstance_)
|
||||
{
|
||||
ispi_->end();
|
||||
delete ispi_;
|
||||
}
|
||||
#endif // BUILD_SDSPI
|
||||
Serial.println("SDCard: Unmounted");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user