Fix merge error.

This commit is contained in:
Jason Chestnut 2020-09-25 11:51:14 -04:00
commit cfc75a118e
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ COND_CODE_0(ZMK_KSCAN_MATRIX_POLLING,
return -EINVAL; \
} \
data->callback = callback; \
LOG_DBG("Configured GPIO %d", n); \
return 0; \
}; \
static int kscan_gpio_enable_##n(struct device *dev) { \