~ruther/qmk_firmware

00b9ec088da312c7e5dde52d1f39636e42765013 — QMK Bot 4 years ago 24b6c53 + c0de49e
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/common/keyboard.c
M tmk_core/common/keyboard.c => tmk_core/common/keyboard.c +1 -1
@@ 123,7 123,7 @@ void matrix_scan_perf_task(void) {
    uint32_t timer_now = timer_read32();
    if (TIMER_DIFF_32(timer_now, matrix_timer) > 1000) {
#    if defined(CONSOLE_ENABLE)
        dprintf("matrix scan frequency: %d\n", matrix_scan_count);
        dprintf("matrix scan frequency: %lu\n", matrix_scan_count);
#    endif
        last_matrix_scan_count = matrix_scan_count;
        matrix_timer      = timer_now;