Skip to content

Commit

Permalink
fix(SDHC): Remove second definition of SDHC_CLK_FREQ in sdhc_lib.h to…
Browse files Browse the repository at this point in the history
… resolve build warning (#747)
  • Loading branch information
Jacob-Scheiffler authored and EricB-ADI committed Oct 26, 2023
1 parent 3c326d9 commit 75625fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Libraries/SDHC/Include/sdhc_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
#include "sdhc.h"
#include "sdhc_resp_regs.h"

#define SDHC_CLK_FREQ 10000000

/**
* @brief SDHC target clock frequency.
* @details Max freq. is limited by GCR register to be @ref SystemCoreClock / 2 or @ref SystemCoreClock / 4.
Expand Down

0 comments on commit 75625fe

Please sign in to comment.