summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJeff Epler <jeff@adafruit.com>2020-11-24 19:11:41 -0600
committerGitHub <noreply@github.com>2020-11-24 19:11:41 -0600
commite778fc1f876116fd8f07b95f9eb8439745988fba (patch)
tree15e78d310c32eedfbf996cf762ecff5b275716cc /ports
parent8364734ba3a0765ba235f1cf93fe719e1da7f8ff (diff)
parentc451b22255706989f58cfd88be486e5117979a28 (diff)
Merge pull request #3741 from hathach/fix-cdc-connection-race
update tinyusb to fix cdc connection race
Diffstat (limited to 'ports')
-rw-r--r--ports/atmel-samd/mpconfigport.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/atmel-samd/mpconfigport.mk b/ports/atmel-samd/mpconfigport.mk
index 1929e146d..17e3995bf 100644
--- a/ports/atmel-samd/mpconfigport.mk
+++ b/ports/atmel-samd/mpconfigport.mk
@@ -29,6 +29,10 @@ ifndef CIRCUITPY_AUDIOMP3
CIRCUITPY_AUDIOMP3 = 0
endif
+ifndef CIRCUITPY_BUILTINS_POW3
+CIRCUITPY_BUILTINS_POW3 = 0
+endif
+
ifndef CIRCUITPY_FREQUENCYIO
CIRCUITPY_FREQUENCYIO = 0
endif