summaryrefslogtreecommitdiff
path: root/shared-bindings/rgbmatrix/RGBMatrix.h
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-10-10 14:30:37 -0500
committerJeff Epler <jepler@gmail.com>2020-10-10 14:30:37 -0500
commit5e38bb98cbcc2d1ab607b19d11e628def4f48f4c (patch)
tree3fbfa42b1f7ecd3df344feafe558466493e9c622 /shared-bindings/rgbmatrix/RGBMatrix.h
parentc7d87cea627f6eea827ae397e2e6549a9eb8fa53 (diff)
rgbmatrix: update protomatter to 1.0.5 tag
this is compile-tested on stm32f405 feather matrixportal nrf52840 feather but not actually tested-tested.
Diffstat (limited to 'shared-bindings/rgbmatrix/RGBMatrix.h')
-rw-r--r--shared-bindings/rgbmatrix/RGBMatrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/rgbmatrix/RGBMatrix.h b/shared-bindings/rgbmatrix/RGBMatrix.h
index 1dc5a406c..bfe37c340 100644
--- a/shared-bindings/rgbmatrix/RGBMatrix.h
+++ b/shared-bindings/rgbmatrix/RGBMatrix.h
@@ -27,7 +27,7 @@
#pragma once
#include "shared-module/rgbmatrix/RGBMatrix.h"
-#include "lib/protomatter/core.h"
+#include "lib/protomatter/src/core.h"
extern const mp_obj_type_t rgbmatrix_RGBMatrix_type;