diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-05-11 12:15:54 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-05-16 23:24:12 +0200 |
commit | ce168959907bc922875902a703a1aebe2296ad2c (patch) | |
tree | af29c1d4465841981b7fcbbc9b044d64d938272e /stm32cubemx/Drivers/STM32F1xx_HAL_Driver | |
parent | 4d8f75c97b8f384f8452d27b50b68cf594bc779a (diff) | |
download | radio-controller-ce168959907bc922875902a703a1aebe2296ad2c.tar.gz radio-controller-ce168959907bc922875902a703a1aebe2296ad2c.tar.bz2 radio-controller-ce168959907bc922875902a703a1aebe2296ad2c.tar.xz radio-controller-ce168959907bc922875902a703a1aebe2296ad2c.zip |
o Cleaning up generated files, removing space at end of line.
Diffstat (limited to 'stm32cubemx/Drivers/STM32F1xx_HAL_Driver')
-rw-r--r-- | stm32cubemx/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stm32cubemx/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h b/stm32cubemx/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h index 8b2bd1c..ef1a2bb 100644 --- a/stm32cubemx/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h +++ b/stm32cubemx/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h @@ -2616,7 +2616,7 @@ #define SdioClockSelection Sdmmc1ClockSelection #define RCC_PERIPHCLK_SDIO RCC_PERIPHCLK_SDMMC1 #define __HAL_RCC_SDIO_CONFIG __HAL_RCC_SDMMC1_CONFIG -#define __HAL_RCC_GET_SDIO_SOURCE __HAL_RCC_GET_SDMMC1_SOURCE +#define __HAL_RCC_GET_SDIO_SOURCE __HAL_RCC_GET_SDMMC1_SOURCE #endif #if defined(STM32F7) @@ -2858,8 +2858,8 @@ #define __HAL_SD_SDMMC_CLEAR_FLAG __HAL_SD_SDIO_CLEAR_FLAG #define __HAL_SD_SDMMC_GET_IT __HAL_SD_SDIO_GET_IT #define __HAL_SD_SDMMC_CLEAR_IT __HAL_SD_SDIO_CLEAR_IT -#define SDMMC_STATIC_FLAGS SDIO_STATIC_FLAGS -#define SDMMC_CMD0TIMEOUT SDIO_CMD0TIMEOUT +#define SDMMC_STATIC_FLAGS SDIO_STATIC_FLAGS +#define SDMMC_CMD0TIMEOUT SDIO_CMD0TIMEOUT #define SD_SDMMC_SEND_IF_COND SD_SDIO_SEND_IF_COND /* alias CMSIS */ #define SDMMC1_IRQn SDIO_IRQn |