fix comment space code in quantum/matrix_common.c (#17942)

This commit is contained in:
Takeshi ISHII 2022-08-08 04:32:59 +09:00 committed by GitHub
parent 034e266998
commit 5ecd745514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}