Skip to content

Commit aa86a53

Browse files
committed
Change test time
1 parent cdea7f5 commit aa86a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/MAD_FW_1_0/matrix/matrix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ void matrix_test()
594594
for (unsigned char x=0; x < MATRIX_DOTS_X; x++)
595595
{
596596
matrix_display_buffer[y] |= (1<<x);
597-
_delay_ms((MATRIX_TEST_DELAY_MS<<2));
597+
_delay_ms(MATRIX_TEST_DELAY_MS);
598598
}
599599
}
600600

0 commit comments

Comments
 (0)