Skip to content

Commit ec091f7

Browse files
committed
fixed gremlin
1 parent 98edb67 commit ec091f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/LED_Matrix/src/LED_Matrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class LED_Matrix {
179179
frame[2] = reverse(*(buffer+(j*4)+2));
180180
memcpy(framebuffer, (uint32_t*)frame, sizeof(frame));
181181
}
182-
void render_frame(const )
182+
183183
void load_wrapper(const uint32_t frames[][4], uint32_t howMany) {
184184
_frames = (uint32_t*)frames;
185185
_lines = (howMany / 4) / sizeof(uint32_t);

0 commit comments

Comments
 (0)