diff options
author | Pavol Rusnak <stick@gk2.sk> | 2016-02-03 17:45:38 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-03-07 11:28:36 +0000 |
commit | ce3beb1672a890726902988c4e9184ec6cf3e902 (patch) | |
tree | a43fae6574f8fba04f5163c75835e52efefcc91f | |
parent | b86c20676e4a014f8585fa07512fe89eb66da997 (diff) |
stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards.
To make it easier to spot differences.
-rw-r--r-- | stmhal/boards/CERB40/stm32f4xx_hal_conf.h | 4 | ||||
-rw-r--r-- | stmhal/boards/PYBV10/stm32f4xx_hal_conf.h | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/stmhal/boards/CERB40/stm32f4xx_hal_conf.h b/stmhal/boards/CERB40/stm32f4xx_hal_conf.h index d968dc754..b3ffbe7b5 100644 --- a/stmhal/boards/CERB40/stm32f4xx_hal_conf.h +++ b/stmhal/boards/CERB40/stm32f4xx_hal_conf.h @@ -58,10 +58,10 @@ /* #define HAL_CRC_MODULE_ENABLED */ /* #define HAL_CRYP_MODULE_ENABLED */ #define HAL_DAC_MODULE_ENABLED -//#define HAL_DCMI_MODULE_ENABLED +/* #define HAL_DCMI_MODULE_ENABLED */ #define HAL_DMA_MODULE_ENABLED /* #define HAL_DMA2D_MODULE_ENABLED */ -//#define HAL_ETH_MODULE_ENABLED +/* #define HAL_ETH_MODULE_ENABLED */ #define HAL_FLASH_MODULE_ENABLED /* #define HAL_NAND_MODULE_ENABLED */ /* #define HAL_NOR_MODULE_ENABLED */ diff --git a/stmhal/boards/PYBV10/stm32f4xx_hal_conf.h b/stmhal/boards/PYBV10/stm32f4xx_hal_conf.h index 033ebc0b7..5b5359667 100644 --- a/stmhal/boards/PYBV10/stm32f4xx_hal_conf.h +++ b/stmhal/boards/PYBV10/stm32f4xx_hal_conf.h @@ -47,7 +47,6 @@ /* Exported constants --------------------------------------------------------*/
#define USE_USB_FS
-//#define USE_USB_HS
/* ########################## Module Selection ############################## */
/**
|