diff options
| author | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-03-01 16:55:54 +0100 |
|---|---|---|
| committer | Radomir Dopieralski <openstack@sheep.art.pl> | 2019-03-01 16:55:54 +0100 |
| commit | 2bfafd1fc953a874e86aba0e55e89174449ab3ca (patch) | |
| tree | dd48b28dc8fb74d9e9c88b211229e912b278493f /ports | |
| parent | 7afbfc70038201fdea5fa2601be4d3235ffca7d6 (diff) | |
Enable math for pewpew10
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/atmel-samd/boards/pewpew10/mpconfigboard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/pewpew10/mpconfigboard.mk b/ports/atmel-samd/boards/pewpew10/mpconfigboard.mk index 0c20b4010..983e48e21 100644 --- a/ports/atmel-samd/boards/pewpew10/mpconfigboard.mk +++ b/ports/atmel-samd/boards/pewpew10/mpconfigboard.mk @@ -14,7 +14,7 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/pew-pewpew-standalone-10.x CIRCUITPY_PEW = 1 CIRCUITPY_ANALOGIO = 1 -CIRCUITPY_MATH = 0 +CIRCUITPY_MATH = 1 CIRCUITPY_NEOPIXEL_WRITE = 1 CIRCUITPY_RTC = 0 CIRCUITPY_SAMD = 0 |
