Browse Source

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

pull/18086/head 0.17.7
Takeshi ISHII 1 year ago
committed by GitHub
parent
commit
5ecd745514
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/matrix_common.c

+ 1
- 1
quantum/matrix_common.c 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);
}


Loading…
Cancel
Save