We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4c11e commit e8e0fb4Copy full SHA for e8e0fb4
components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.cpp
@@ -879,8 +879,8 @@ int QSPIFBlockDevice::_sfdp_set_quad_enabled(uint8_t *basic_param_table_ptr)
879
tr_debug("Setting QE Bit, Bit 1 of Status Reg 2 -special read command");
880
break;
881
default:
882
- tr_warning("_setQuadEnable - Unsuported QER configuration");
883
- break;
+ tr_warning("Unsuported QER configuration");
+ return;
884
}
885
886
// Configure BUS Mode to 1_1_1 for all commands other than Read
0 commit comments