input: kbd_matrix: define PRIkbdrow coherently
It's not supposed to have the "%" in the macro, reuse the existin one for the data type. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
03a79d6387
commit
d123a4571a
4 changed files with 5 additions and 5 deletions
|
@ -217,7 +217,7 @@ static bool input_kbd_matrix_check_key_events(const struct device *dev)
|
|||
key_pressed = input_kbd_matrix_scan(dev);
|
||||
|
||||
for (int c = 0; c < cfg->col_size; c++) {
|
||||
LOG_DBG("c=%2d u=" PRIkbdrow " p=" PRIkbdrow " n=" PRIkbdrow,
|
||||
LOG_DBG("c=%2d u=%" PRIkbdrow " p=%" PRIkbdrow " n=%" PRIkbdrow,
|
||||
c,
|
||||
cfg->matrix_unstable_state[c],
|
||||
cfg->matrix_previous_state[c],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue