Skip to content

Commit 95fc7e4

Browse files
committed
harmless change to force all ports to build
1 parent d74193c commit 95fc7e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

ports/atmel-samd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ CFLAGS += \
168168
-mcpu=cortex-m0plus \
169169
-msoft-float \
170170
-mfloat-abi=soft \
171-
-DSAMD21
172-
-flto-partition=one
171+
-DSAMD21 \
172+
-flto-partition=one
173173
endif
174174
ifeq ($(CHIP_FAMILY), samd51)
175175
CFLAGS += \

py/circuitpy_mpconfig.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ CFLAGS += -DMICROPY_PY_USELECT_SELECT=$(MICROPY_PY_USELECT_SELECT)
5757
CIRCUITPY_AESIO ?= $(CIRCUITPY_FULL_BUILD)
5858
CFLAGS += -DCIRCUITPY_AESIO=$(CIRCUITPY_AESIO)
5959

60-
# TODO: CIRCUITPY_ALARM will gradually be added to
61-
# as many ports as possible
60+
# TODO: CIRCUITPY_ALARM will gradually be added to as many ports as possible
6261
# so make this 1 or CIRCUITPY_FULL_BUILD eventually
6362
CIRCUITPY_ALARM ?= 0
6463
CFLAGS += -DCIRCUITPY_ALARM=$(CIRCUITPY_ALARM)

0 commit comments

Comments
 (0)