Remove unnecessary LOG_DBG
This commit is contained in:
parent
fec99c7d5e
commit
4dfcadb1ed
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ static int kscan_direct_init_input_inst(const struct device *dev, const struct g
|
||||||
}
|
}
|
||||||
int err = gpio_pin_configure_dt(
|
int err = gpio_pin_configure_dt(
|
||||||
gpio, GPIO_INPUT | (toggle_mode ? kscan_gpio_get_flags(gpio, false) : 0));
|
gpio, GPIO_INPUT | (toggle_mode ? kscan_gpio_get_flags(gpio, false) : 0));
|
||||||
LOG_DBG("Extra flags: %d", GPIO_INPUT | (toggle_mode ? kscan_gpio_get_flags(gpio, false) : 0));
|
|
||||||
if (err) {
|
if (err) {
|
||||||
LOG_ERR("Unable to configure pin %u on %s for input", gpio->pin, gpio->port->name);
|
LOG_ERR("Unable to configure pin %u on %s for input", gpio->pin, gpio->port->name);
|
||||||
return err;
|
return err;
|
||||||
|
|
Loading…
Reference in a new issue