Skip to content

Commit ed93098

Browse files
marwaiehm-sterwango
authored andcommitted
drivers: include: stm32u5xx_ll_fmc: Remove duplicated code
Remove duplicated code to fix build issue Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <[email protected]>
1 parent 9cd1b49 commit ed93098

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stm32cube/stm32u5xx/drivers/include/stm32u5xx_ll_fmc.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,6 @@ typedef struct
657657
* @retval None
658658
*/
659659
#define __FMC_DISABLE() (FMC_Bank1_R->BTCR[0] &= ~FMC_BCR1_FMCEN)
660-
#if defined(FMC_BANK1)
661-
/** @defgroup FMC_LL_NOR_Macros FMC NOR/SRAM Macros
662-
* @brief macros to handle NOR device enable/disable and read/write operations
663-
* @{
664-
*/
665660

666661
/**
667662
* @brief Enable the NORSRAM device access.

0 commit comments

Comments
 (0)