Skip to content
Prev Previous commit
Next Next commit
SDCardBlockDevice: remove unused variable
  • Loading branch information
pennam committed Feb 24, 2025
commit 2fe862edb19891d270d9e9423bfee0b50dfa8ad5
1 change: 0 additions & 1 deletion libraries/BlockDevices/SDCardBlockDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ SDCardBlockDevice::~SDCardBlockDevice() {
/* CALLBACK */
/* -------------------------------------------------------------------------- */
void SDCardBlockDevice::SDCardBlockDeviceCbk(sdmmc_callback_args_t *arg) {
int open_status = -1;
if(arg != nullptr) {
sdmmc_event_t event = arg->event;

Expand Down