From 99724cbdf8e8775c521c8669c92a3dbab95c3638 Mon Sep 17 00:00:00 2001 From: jding Date: Sun, 31 Oct 2021 22:15:37 +0000 Subject: [PATCH] fix missing last lines --- app/src/behaviors/behavior_hold_tap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/behaviors/behavior_hold_tap.c b/app/src/behaviors/behavior_hold_tap.c index 41f6ee1d..a5c4e90d 100644 --- a/app/src/behaviors/behavior_hold_tap.c +++ b/app/src/behaviors/behavior_hold_tap.c @@ -664,3 +664,5 @@ static struct behavior_hold_tap_data behavior_hold_tap_data; CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &behavior_hold_tap_driver_api); DT_INST_FOREACH_STATUS_OKAY(KP_INST) + +#endif /* DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) */