Browse Source

Remove unnecessary LOG_DBG

xmkb
Kurtis Lew 2 years ago committed by Pete Johanson
parent
commit
4dfcadb1ed
  1. 1
      app/drivers/kscan/kscan_gpio_direct.c

1
app/drivers/kscan/kscan_gpio_direct.c

@ -266,7 +266,6 @@ static int kscan_direct_init_input_inst(const struct device *dev, const struct g @@ -266,7 +266,6 @@ static int kscan_direct_init_input_inst(const struct device *dev, const struct g
}
int err = gpio_pin_configure_dt(
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) {
LOG_ERR("Unable to configure pin %u on %s for input", gpio->pin, gpio->port->name);
return err;

Loading…
Cancel
Save