Conditionally use HSE clock config.

The stm32f7-discovery seems ok with the external xtal.
This commit is contained in:
Carlos Pizano
2015-09-01 16:00:35 -07:00
parent 8cf7991d47
commit e7eeca7e65
2 changed files with 11 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ SDRAM_BASE := 0xc0000000
GLOBAL_DEFINES += \
ENABLE_UART1=1 \
ENABLE_SDRAM=1 \
USE_HSE_XTAL=1 \
SDRAM_BASE=$(SDRAM_BASE) \
SDRAM_SIZE=$(SDRAM_SIZE) \
PLL_M_VALUE=8 \