diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-07 19:33:39 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-07 19:33:39 +0000 |
commit | 67461a0a472fa1c9d589845f9cfe36c8d354e60c (patch) | |
tree | 4150bce2b45276e12c41c7edba2d8c54c1e9c6c8 /quantum | |
parent | 6e7678c415638d9e266462974a686c2e0dd4a503 (diff) | |
parent | 5ecd745514c4832f1082a81d30a209e47513aded (diff) | |
download | qmk_firmware-67461a0a472fa1c9d589845f9cfe36c8d354e60c.tar.gz qmk_firmware-67461a0a472fa1c9d589845f9cfe36c8d354e60c.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/matrix_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/matrix_common.c b/quantum/matrix_common.c index 68f0e38297..f2b9d58937 100644 --- a/quantum/matrix_common.c +++ b/quantum/matrix_common.c @@ -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); } |