Fix merge error.
This commit is contained in:
commit
cfc75a118e
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ COND_CODE_0(ZMK_KSCAN_MATRIX_POLLING,
|
||||||
return -EINVAL; \
|
return -EINVAL; \
|
||||||
} \
|
} \
|
||||||
data->callback = callback; \
|
data->callback = callback; \
|
||||||
|
LOG_DBG("Configured GPIO %d", n); \
|
||||||
return 0; \
|
return 0; \
|
||||||
}; \
|
}; \
|
||||||
static int kscan_gpio_enable_##n(struct device *dev) { \
|
static int kscan_gpio_enable_##n(struct device *dev) { \
|
||||||
|
|
Loading…
Reference in a new issue