diff options
| author | Damien George | 2018-09-20 11:42:03 +1000 |
|---|---|---|
| committer | Damien George | 2018-09-20 11:42:03 +1000 |
| commit | a5b583adfdc9a081bb020f2fff1fa75cd2c4793e (patch) | |
| tree | 6820dd36c3f36d83142e6d3320ec4b7ecd9398d9 /ports/stm32/boards/STM32F769DISC/stm32f7xx_hal_conf.h | |
| parent | 9639e0d26f064595518d44d792d890b5d7f84294 (diff) | |
stm32/boards/STM32F769DISC: Add optional support for external SDRAM.
Diffstat (limited to 'ports/stm32/boards/STM32F769DISC/stm32f7xx_hal_conf.h')
| -rw-r--r-- | ports/stm32/boards/STM32F769DISC/stm32f7xx_hal_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32/boards/STM32F769DISC/stm32f7xx_hal_conf.h b/ports/stm32/boards/STM32F769DISC/stm32f7xx_hal_conf.h index ff968bca9..159339067 100644 --- a/ports/stm32/boards/STM32F769DISC/stm32f7xx_hal_conf.h +++ b/ports/stm32/boards/STM32F769DISC/stm32f7xx_hal_conf.h @@ -65,7 +65,7 @@ /* #define HAL_NAND_MODULE_ENABLED */ /* #define HAL_NOR_MODULE_ENABLED */ /* #define HAL_SRAM_MODULE_ENABLED */ -/* #define HAL_SDRAM_MODULE_ENABLED */ +#define HAL_SDRAM_MODULE_ENABLED /* #define HAL_HASH_MODULE_ENABLED */ #define HAL_GPIO_MODULE_ENABLED #define HAL_I2C_MODULE_ENABLED |
