Skip to content

Commit ff57922

Browse files
committed
Remove unused variable definition
1 parent 04228ba commit ff57922

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libmk/libmk.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -659,10 +659,6 @@ int libmk_set_all_led_color(
659659

660660
unsigned char offset;
661661
int packet, index, result;
662-
663-
664-
unsigned char packet_colors[3] = {255, 0, 0};
665-
666662

667663
for (unsigned char r = 0; r < LIBMK_MAX_ROWS; r++)
668664
for (unsigned char c = 0; c < LIBMK_MAX_COLS; c++) {

0 commit comments

Comments
 (0)