Skip to content

Commit 046397a

Browse files
committed
sort block of settings
1 parent 79d093d commit 046397a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ endif
100100

101101

102102
CIRCUITPY_ALARM ?= 1
103-
CIRCUITPY_PS2IO ?= 1
104-
CIRCUITPY_SAMD ?= 1
105103
CIRCUITPY_FLOPPYIO ?= $(CIRCUITPY_FULL_BUILD)
106104
CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD)
105+
CIRCUITPY_PS2IO ?= 1
107106
CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_FRAMEBUFFERIO)
107+
CIRCUITPY_SAMD ?= 1
108108
CIRCUITPY_WATCHDOG ?= 1
109109

110110
endif # samd51

0 commit comments

Comments
 (0)