disable onewireio on seeduino xiao (samd21)

I don't understand how this stopped fitting, as none of the added code
is used in this build.
This commit is contained in:
Jeff Epler 2022-02-02 21:36:58 -06:00
parent 1be8ae75d4
commit 224069551a
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -9,3 +9,4 @@ CHIP_FAMILY = samd21
INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_FULL_BUILD = 0
CIRCUITPY_ONEWIRE = 0