Skip to content

Commit

Permalink
[opt][SDIO_MAX_FREQ redundant define del]
Browse files Browse the repository at this point in the history
  • Loading branch information
vangao-gg committed Dec 18, 2024
1 parent 20d116e commit ac53396
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions bsp/apm32/libraries/Drivers/drv_sdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
#define SDIO_BUFF_SIZE 4096
#define SDIO_ALIGN_LEN 32

#ifndef SDIO_MAX_FREQ
#define SDIO_MAX_FREQ (1000000)
#endif

#ifndef SDIO_BASE_ADDRESS
#define SDIO_BASE_ADDRESS (0x40012800U)
#endif
Expand Down
4 changes: 0 additions & 4 deletions bsp/at32/libraries/rt_drivers/drv_sdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
#define SDIO_BUFF_SIZE 4096
#define SDIO_ALIGN_LEN 32

#ifndef SDIO_MAX_FREQ
#define SDIO_MAX_FREQ (1000000)
#endif

#ifndef SDIO_BASE_ADDRESS
#define SDIO_BASE_ADDRESS SDIO1_BASE
#endif
Expand Down
4 changes: 0 additions & 4 deletions bsp/bluetrum/libraries/hal_drivers/drv_sdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
#define SDIO_BUFF_SIZE 1024
#define SDIO_ALIGN_LEN 32

#ifndef SDIO_MAX_FREQ
#define SDIO_MAX_FREQ (1000000)
#endif

#ifndef SDIO_BASE_ADDRESS
#define SDIO_BASE_ADDRESS (0x40012800U)
#endif
Expand Down
4 changes: 0 additions & 4 deletions bsp/stm32/libraries/HAL_Drivers/drivers/drv_sdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
#define SDIO_BUFF_SIZE 4096
#define SDIO_ALIGN_LEN 32

#ifndef SDIO_MAX_FREQ
#define SDIO_MAX_FREQ (1000000)
#endif

#ifndef SDIO_BASE_ADDRESS
#define SDIO_BASE_ADDRESS (0x40012800U)
#endif
Expand Down

0 comments on commit ac53396

Please sign in to comment.