8000 Merge pull request #4599 from dhalbert/neopixel-trinkey-storage · adafruit/circuitpython@9a3f04a · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a3f04a

Browse files
authored
Merge pull request #4599 from dhalbert/neopixel-trinkey-storage
Turn storage back on for NeoPixel Trinkey
2 parents 1163af5 + cc36402 commit 9a3f04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CIRCUITPY_PULSEIO = 0
1818
CIRCUITPY_PWMIO = 0
1919
CIRCUITPY_AUDIOCORE = 0
2020
CIRCUITPY_BUSIO = 0
21-
CIRCUITPY_STORAGE = 0
21+
CIRCUITPY_STORAGE = 1
2222

2323
CIRCUITPY_MATH = 1
2424
CIRCUITPY_PIXELBUF = 1

0 commit comments

Comments
 (0)
0