ulab: don't enable on m0 boards

This commit is contained in:
Jeff Epler 2020-03-09 23:00:21 -05:00
parent 491a31a731
commit 03a2b2faf1

View File

@ -40,6 +40,8 @@ endif
# SAMD21 needs separate endpoint pairs for MSC BULK IN and BULK OUT, otherwise it's erratic. # SAMD21 needs separate endpoint pairs for MSC BULK IN and BULK OUT, otherwise it's erratic.
USB_MSC_EP_NUM_OUT = 1 USB_MSC_EP_NUM_OUT = 1
MICROPY_PY_ULAB = 0
endif # samd21 endif # samd21
# Put samd51-only choices here. # Put samd51-only choices here.