stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards.

To make it easier to spot differences.
This commit is contained in:
Pavol Rusnak 2016-02-03 17:45:38 +01:00 committed by Damien George
parent b86c20676e
commit ce3beb1672
2 changed files with 2 additions and 3 deletions

View File

@ -58,10 +58,10 @@
/* #define HAL_CRC_MODULE_ENABLED */ /* #define HAL_CRC_MODULE_ENABLED */
/* #define HAL_CRYP_MODULE_ENABLED */ /* #define HAL_CRYP_MODULE_ENABLED */
#define HAL_DAC_MODULE_ENABLED #define HAL_DAC_MODULE_ENABLED
//#define HAL_DCMI_MODULE_ENABLED /* #define HAL_DCMI_MODULE_ENABLED */
#define HAL_DMA_MODULE_ENABLED #define HAL_DMA_MODULE_ENABLED
/* #define HAL_DMA2D_MODULE_ENABLED */ /* #define HAL_DMA2D_MODULE_ENABLED */
//#define HAL_ETH_MODULE_ENABLED /* #define HAL_ETH_MODULE_ENABLED */
#define HAL_FLASH_MODULE_ENABLED #define HAL_FLASH_MODULE_ENABLED
/* #define HAL_NAND_MODULE_ENABLED */ /* #define HAL_NAND_MODULE_ENABLED */
/* #define HAL_NOR_MODULE_ENABLED */ /* #define HAL_NOR_MODULE_ENABLED */

View File

@ -47,7 +47,6 @@
/* Exported constants --------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/
#define USE_USB_FS #define USE_USB_FS
//#define USE_USB_HS
/* ########################## Module Selection ############################## */ /* ########################## Module Selection ############################## */
/** /**