We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c7070 commit 2fe862eCopy full SHA for 2fe862e
libraries/BlockDevices/SDCardBlockDevice.cpp
@@ -166,7 +166,6 @@ SDCardBlockDevice::~SDCardBlockDevice() {
166
/* CALLBACK */
167
/* -------------------------------------------------------------------------- */
168
void SDCardBlockDevice::SDCardBlockDeviceCbk(sdmmc_callback_args_t *arg) {
169
- int open_status = -1;
170
if(arg != nullptr) {
171
sdmmc_event_t event = arg->event;
172
0 commit comments