mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Remove superfluous double ;
This commit is contained in:
parent
1f821b6d56
commit
cf3615938b
15 changed files with 310 additions and 310 deletions
2
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp.c
Executable file → Normal file
2
lib/main/STM32G4/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cryp.c
Executable file → Normal file
|
@ -930,7 +930,7 @@ HAL_StatusTypeDef HAL_CRYP_UnRegisterCallback(CRYP_HandleTypeDef *hcryp, HAL_CRY
|
|||
else
|
||||
{
|
||||
/* Update the error code */
|
||||
hcryp->ErrorCode |= HAL_CRYP_ERROR_INVALID_CALLBACK;;
|
||||
hcryp->ErrorCode |= HAL_CRYP_ERROR_INVALID_CALLBACK;
|
||||
/* Return error status */
|
||||
status = HAL_ERROR;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue