Skip to content

Commit 2bfafd1

Browse files
committed
Enable math for pewpew10
1 parent 7afbfc7 commit 2bfafd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/pewpew10/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/pew-pewpew-standalone-10.x
1414

1515
CIRCUITPY_PEW = 1
1616
CIRCUITPY_ANALOGIO = 1
17-
CIRCUITPY_MATH = 0
17+
CIRCUITPY_MATH = 1
1818
CIRCUITPY_NEOPIXEL_WRITE = 1
1919
CIRCUITPY_RTC = 0
2020
CIRCUITPY_SAMD = 0

0 commit comments

Comments
 (0)