ulab: don't enable on m0 boards

crypto-aes
Jeff Epler 2020-03-09 23:00:21 -05:00
parent 491a31a731
commit 03a2b2faf1
1 changed files with 2 additions and 0 deletions

View File

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