Skip to content

Commit 5e9c1bf

Browse files
[fix] Update Macro variable
1 parent d723bf9 commit 5e9c1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/blockdevice/COMPONENT_QSPIF/source/QSPIFBlockDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ int QSPIFBlockDevice::_handle_vendor_quirks()
10931093
// 3. Should never attempt to enable 4-byte addressing (it causes reads and writes to fail)
10941094
tr_debug("Applying quirks for macronix");
10951095
_needs_fast_mode = true;
1096-
_num_status_registers = MBED_CONF_QSPI_NUM_STATUS_REGISTER;
1096+
_num_status_registers = MBED_CONF_QSPIF_QSPI_NUM_STATUS_REGISTER;
10971097
_read_status_reg_2_inst = QSPIF_INST_RDCR;
10981098
_attempt_4_byte_addressing = false;
10991099
break;

0 commit comments

Comments
 (0)