diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-11-24 19:11:41 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-24 19:11:41 -0600 |
| commit | e778fc1f876116fd8f07b95f9eb8439745988fba (patch) | |
| tree | 15e78d310c32eedfbf996cf762ecff5b275716cc /ports | |
| parent | 8364734ba3a0765ba235f1cf93fe719e1da7f8ff (diff) | |
| parent | c451b22255706989f58cfd88be486e5117979a28 (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.mk | 4 |
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 |
