remove unnecessary mk files parameters
This commit is contained in:
parent
ce37a442e8
commit
204cdada7c
|
@ -14,5 +14,3 @@ EXTERNAL_FLASH_DEVICES = "GD25Q16C"
|
|||
# We use a CFLAGS define here because there are include order issues
|
||||
# if we try to include "mpconfigport.h" into nrfx_config.h .
|
||||
CFLAGS += -DCIRCUITPY_NRF_NUM_I2C=2
|
||||
|
||||
OPTIMIZATION_LEVEL = 2
|
||||
|
|
|
@ -15,5 +15,3 @@ LD_COMMON = boards/common_default.ld
|
|||
LD_DEFAULT = boards/STM32F405_default.ld
|
||||
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
|
||||
UF2_OFFSET = 0x8010000
|
||||
|
||||
OPTIMIZATION_LEVEL = 2
|
||||
|
|
Loading…
Reference in New Issue