git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9835 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-10-01 09:47:38 +00:00
parent 65406a2f84
commit 296806b9a5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ endif
# NOTE: On XMC1100 the following symbols are mapped on the words CLK_VAL1 and
# CLK_VAL2.
ifeq ($(USE_LDOPT),)
USE_LDOPT = --defsym=__clk_val1=0xFFFFFFFF,--defsym=__clk_val2=0xFFFFFFFF
USE_LDOPT = --defsym=__clk_val1=0x00010400,--defsym=__clk_val2=0x80000000
endif
# Enable this if you want link time optimizations (LTO)