Skip to content

Commit 0a7c742

Browse files
authored
Update mpconfigboard.mk
updated for 6.1
1 parent 109e147 commit 0a7c742

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ports/atmel-samd/boards/stackrduino_m0_pro/mpconfigboard.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
LD_FILE = boards/samd21x18-bootloader-external-flash.ld
21
USB_VID = 0x1209
32
USB_PID = 0xE3E3
43
USB_PRODUCT = "StackRduino M0 PRO"
@@ -18,9 +17,9 @@ CIRCUITPY_FREQUENCYIO = 0
1817
CIRCUITPY_COUNTIO = 0
1918
CIRCUITPY_I2CPERIPHERAL = 0
2019
CIRCUITPY_VECTORIO = 0
20+
CIRCUITPY_BUSDEVICE = 0
2121

2222
CFLAGS_INLINE_LIMIT = 60
2323
SUPEROPT_GC = 0
2424

25-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
2625
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel

0 commit comments

Comments
 (0)