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 7fde9be commit 90e6b8cCopy full SHA for 90e6b8c
storage/blockdevice/COMPONENT_QSPIF/source/QSPIFBlockDevice.cpp
@@ -1118,7 +1118,7 @@ int QSPIFBlockDevice::_handle_vendor_quirks()
1118
tr_debug("Applying quirks for macronix");
1119
_num_status_registers = MBED_CONF_QSPI_MACRONIX_NUM_STATUS_REGISTER;
1120
_read_status_reg_2_inst = QSPIF_INST_RDCR;
1121
- if(MBED_CONF_QSPI_MACRONIX_NUM_STATUS_REGISTER >= 3) {
+ if (MBED_CONF_QSPI_MACRONIX_NUM_STATUS_REGISTER >= 3) {
1122
_needs_fast_mode = true;
1123
}
1124
break;
0 commit comments