Skip to content

Commit 31febc3

Browse files
committed
fix sam e51 comment & floppy building
1 parent 2240695 commit 31febc3

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,15 +100,15 @@ endif # samd51
100100

101101
ifeq ($(CHIP_FAMILY),same51)
102102

103-
# No native touchio on SAMD51.
103+
# No native touchio on SAME51.
104104
CIRCUITPY_TOUCHIO_USE_NATIVE = 0
105105

106106
# The ?='s allow overriding in mpconfigboard.mk.
107107

108108
CIRCUITPY_ALARM ?= 1
109109
CIRCUITPY_PS2IO ?= 1
110110
CIRCUITPY_SAMD ?= 1
111-
CIRCUITPY_FLOPPYIO ?= 1
111+
CIRCUITPY_FLOPPYIO ?= $(CIRCUITPY_FULL_BUILD)
112112
CIRCUITPY_FRAMEBUFFERIO ?= $(CIRCUITPY_FULL_BUILD)
113113
CIRCUITPY_RGBMATRIX ?= $(CIRCUITPY_FRAMEBUFFERIO)
114114

0 commit comments

Comments
 (0)