Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt authored Feb 3, 2022
1 parent c91c4a7 commit abb4cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/stm32f4xx_hal_qspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,6 @@ HAL_StatusTypeDef HAL_QSPI_Command(QSPI_HandleTypeDef *hqspi, QSPI_CommandTypeDe
HAL_StatusTypeDef HAL_QSPI_Command_IT(QSPI_HandleTypeDef *hqspi, QSPI_CommandTypeDef *cmd)
{
HAL_StatusTypeDef status;
uint32_t tickstart = HAL_GetTick();

/* Check the parameters */
assert_param(IS_QSPI_INSTRUCTION_MODE(cmd->InstructionMode));
Expand Down

0 comments on commit abb4cd6

Please sign in to comment.