Skip to content

Commit

Permalink
drivers: include: stm32u5xx_ll_fmc: Remove duplicated code
Browse files Browse the repository at this point in the history
Remove duplicated code to fix build issue

Signed-off-by: IBEN EL HADJ MESSAOUD Marwa <marwa.ibenelhadjmessaoud-ext@st.com>
  • Loading branch information
marwaiehm-st authored and erwango committed May 7, 2024
1 parent 9cd1b49 commit ed93098
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions stm32cube/stm32u5xx/drivers/include/stm32u5xx_ll_fmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -657,11 +657,6 @@ typedef struct
* @retval None
*/
#define __FMC_DISABLE() (FMC_Bank1_R->BTCR[0] &= ~FMC_BCR1_FMCEN)
#if defined(FMC_BANK1)
/** @defgroup FMC_LL_NOR_Macros FMC NOR/SRAM Macros
* @brief macros to handle NOR device enable/disable and read/write operations
* @{
*/

/**
* @brief Enable the NORSRAM device access.
Expand Down

0 comments on commit ed93098

Please sign in to comment.