mirror of https://github.com/ARMmbed/mbed-os.git
If QER is undefined: do nothing but log warning and continue
parent
1a4c11e3b5
commit
e8e0fb4fdf
|
@ -879,8 +879,8 @@ int QSPIFBlockDevice::_sfdp_set_quad_enabled(uint8_t *basic_param_table_ptr)
|
|||
tr_debug("Setting QE Bit, Bit 1 of Status Reg 2 -special read command");
|
||||
break;
|
||||
default:
|
||||
tr_warning("_setQuadEnable - Unsuported QER configuration");
|
||||
break;
|
||||
tr_warning("Unsuported QER configuration");
|
||||
return;
|
||||
}
|
||||
|
||||
// Configure BUS Mode to 1_1_1 for all commands other than Read
|
||||
|
|
Loading…
Reference in New Issue