Skip to content

Commit 0f39b2e

Browse files
author
Matthew Macovsky
committed
Fix styling issue
1 parent 7b334b2 commit 0f39b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ int QSPIFBlockDevice::_sfdp_set_quad_enabled(uint8_t *basic_param_table_ptr)
896896
// Configure BUS Mode to 1_1_1 for all commands other than Read
897897
if (QSPI_STATUS_OK != _qspi_configure_format(QSPI_CFG_BUS_SINGLE, QSPI_CFG_BUS_SINGLE, QSPI_CFG_ADDR_SIZE_24, QSPI_CFG_BUS_SINGLE,
898898
0, QSPI_CFG_BUS_SINGLE, 0)) {
899-
return -1;
899+
return -1;
900900
}
901901

902902
// Read Status Register

0 commit comments

Comments
 (0)