Skip to content

Commit cc447e9

Browse files
committed
STM32 : typo error in QSPI
1 parent 65729d6 commit cc447e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/qspi_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void qspi_prepare_command(const qspi_command_t *command, QSPI_CommandTypeDef *st
5757
}
5858

5959
st_command->Instruction = command->instruction.value;
60-
st_command->DummyCycles = command->dummy_count,
60+
st_command->DummyCycles = command->dummy_count;
6161
// these are target specific settings, use default values
6262
st_command->SIOOMode = QSPI_SIOO_INST_EVERY_CMD;
6363
st_command->DdrMode = QSPI_DDR_MODE_DISABLE;

0 commit comments

Comments
 (0)