From aa431f4c1029cb75e70368b83b8af2803a186b35 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 7 Mar 2015 14:29:17 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7731 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/sdc_lld.h | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'os/hal/ports') diff --git a/os/hal/ports/STM32/LLD/sdc_lld.h b/os/hal/ports/STM32/LLD/sdc_lld.h index 295ac5d24..719fe90fa 100644 --- a/os/hal/ports/STM32/LLD/sdc_lld.h +++ b/os/hal/ports/STM32/LLD/sdc_lld.h @@ -181,23 +181,6 @@ /* Driver data structures and types. */ /*===========================================================================*/ -/** - * @brief Type of SDIO bus mode. - */ -typedef enum { - SDC_MODE_1BIT = 0, - SDC_MODE_4BIT, - SDC_MODE_8BIT -} sdcbusmode_t; - -/** - * @brief Max supported clock. - */ -typedef enum { - SDC_CLK_25MHz = 0, - SDC_CLK_50MHz, -} sdcbusclk_t; - /** * @brief Type of card flags. */ @@ -227,11 +210,11 @@ typedef struct { * afterward it can be reused for other purposes. */ uint8_t *scratchpad; - /* End of the mandatory fields.*/ /** * @brief Bus width. */ sdcbusmode_t bus_width; + /* End of the mandatory fields.*/ } SDCConfig; /** -- cgit v1.2.3