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 d723bf9 commit 5e9c1bfCopy full SHA for 5e9c1bf
storage/blockdevice/COMPONENT_QSPIF/source/QSPIFBlockDevice.cpp
@@ -1093,7 +1093,7 @@ int QSPIFBlockDevice::_handle_vendor_quirks()
1093
// 3. Should never attempt to enable 4-byte addressing (it causes reads and writes to fail)
1094
tr_debug("Applying quirks for macronix");
1095
_needs_fast_mode = true;
1096
- _num_status_registers = MBED_CONF_QSPI_NUM_STATUS_REGISTER;
+ _num_status_registers = MBED_CONF_QSPIF_QSPI_NUM_STATUS_REGISTER;
1097
_read_status_reg_2_inst = QSPIF_INST_RDCR;
1098
_attempt_4_byte_addressing = false;
1099
break;
0 commit comments