Skip to content

Commit

Permalink
modify astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeryou committed Jun 28, 2022
1 parent 977ee6a commit d5dcb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/blockdevice/source/PowerManagementBlockDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int PowerManagementBlockDevice::switch_power_management_mode(int pm_mode)
uint8_t dp_inst = 0;

if (QSPI_STATUS_OK != _qspif.configure_format(QSPI_CFG_BUS_SINGLE, QSPI_CFG_BUS_SINGLE, QSPI_CFG_ADDR_SIZE_24, QSPI_CFG_BUS_SINGLE,
0, QSPI_CFG_BUS_SINGLE, 0)) {
0, QSPI_CFG_BUS_SINGLE, 0)) {
return -1;
}

Expand Down

0 comments on commit d5dcb56

Please sign in to comment.