mirror of https://github.com/zmkfirmware/zmk.git
fix(kscan): Proper direct wire warning message.
This commit is contained in:
parent
4ef11ac4aa
commit
27c89e69c1
|
|
@ -83,7 +83,7 @@ static int kscan_gpio_config_interrupts(const struct device *dev, gpio_flags_t f
|
||||||
int err = gpio_pin_interrupt_configure(dev, cfg->pin, flags);
|
int err = gpio_pin_interrupt_configure(dev, cfg->pin, flags);
|
||||||
|
|
||||||
if (err) {
|
if (err) {
|
||||||
LOG_ERR("Unable to enable matrix GPIO interrupt");
|
LOG_ERR("Unable to enable direct GPIO interrupt");
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue