diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-10-12 15:45:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-12 15:45:51 -0700 |
| commit | 1eb1434fc968cb05e3cfd69b40434331404ef5df (patch) | |
| tree | 9debd04252cb41c3de1de1e3a22fa3735bd9af90 /py | |
| parent | 179e13f103ea8a083a5886608f669682f367b039 (diff) | |
| parent | 5e38bb98cbcc2d1ab607b19d11e628def4f48f4c (diff) | |
Merge pull request #3537 from jepler/update-protomatter-2
rgbmatrix: update protomatter to 1.0.5 tag
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_defns.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/circuitpy_defns.mk b/py/circuitpy_defns.mk index e5debc8ea..ccdf973e9 100644 --- a/py/circuitpy_defns.mk +++ b/py/circuitpy_defns.mk @@ -525,10 +525,10 @@ SRC_MOD += $(addprefix lib/mp3/src/, \ $(BUILD)/lib/mp3/src/buffers.o: CFLAGS += -include "py/misc.h" -D'MPDEC_ALLOCATOR(x)=m_malloc(x,0)' -D'MPDEC_FREE(x)=m_free(x)' endif ifeq ($(CIRCUITPY_RGBMATRIX),1) -SRC_MOD += $(addprefix lib/protomatter/, \ +SRC_MOD += $(addprefix lib/protomatter/src/, \ core.c \ ) -$(BUILD)/lib/protomatter/core.o: CFLAGS += -include "shared-module/rgbmatrix/allocator.h" -DCIRCUITPY -Wno-missing-braces +$(BUILD)/lib/protomatter/src/core.o: CFLAGS += -include "shared-module/rgbmatrix/allocator.h" -DCIRCUITPY -Wno-missing-braces endif # All possible sources are listed here, and are filtered by SRC_PATTERNS. |
