Skip to content

Commit bd4495a

Browse files
committed
Revert "[G4] Fix LL FMC build issue introduce in HAL version v1.1.1"
Signed-off-by: Frederic Pillon <[email protected]>
1 parent bbb8b78 commit bd4495a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: system/Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_fmc.c

-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
* @brief FMC driver modules
6464
* @{
6565
*/
66-
#if defined (HAL_SRAM_MODULE_ENABLED) || defined(HAL_NOR_MODULE_ENABLED) || defined(HAL_NAND_MODULE_ENABLED)
6766

6867
/* Private typedef -----------------------------------------------------------*/
6968
/* Private define ------------------------------------------------------------*/
@@ -767,7 +766,6 @@ HAL_StatusTypeDef FMC_NAND_GetECC(FMC_NAND_TypeDef *Device, uint32_t *ECCval, ui
767766
/**
768767
* @}
769768
*/
770-
#endif /* HAL_SRAM_MODULE_ENABLED || HAL_NOR_MODULE_ENABLED || HAL_NAND_MODULE_ENABLED */
771769

772770
/**
773771
* @}

0 commit comments

Comments
 (0)