Skip to content

Commit

Permalink
fix comment space code in quantum/matrix_common.c (#17942)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtei authored Aug 7, 2022
1 parent 034e266 commit 5ecd745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/matrix_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bool matrix_post_scan(void) {
}
#endif

/* `matrix_io_delay ()` exists for backwards compatibility. From now on, use matrix_output_unselect_delay(). */
/* `matrix_io_delay ()` exists for backwards compatibility. From now on, use matrix_output_unselect_delay(). */
__attribute__((weak)) void matrix_io_delay(void) {
wait_us(MATRIX_IO_DELAY);
}
Expand Down

0 comments on commit 5ecd745

Please sign in to comment.