Skip to content

Commit 204cdad

Browse files
committed
remove unnecessary mk files parameters
1 parent ce37a44 commit 204cdad

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ports/nrf/boards/circuitplayground_bluefruit/mpconfigboard.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ EXTERNAL_FLASH_DEVICES = "GD25Q16C"
1414
# We use a CFLAGS define here because there are include order issues
1515
# if we try to include "mpconfigport.h" into nrfx_config.h .
1616
CFLAGS += -DCIRCUITPY_NRF_NUM_I2C=2
17-
18-
OPTIMIZATION_LEVEL = 2

ports/stm/boards/feather_stm32f405_express/mpconfigboard.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ LD_COMMON = boards/common_default.ld
1515
LD_DEFAULT = boards/STM32F405_default.ld
1616
LD_BOOT = boards/STM32F405_boot.ld # UF2 boot option
1717
UF2_OFFSET = 0x8010000
18-
19-
OPTIMIZATION_LEVEL = 2

0 commit comments

Comments
 (0)