summaryrefslogtreecommitdiff
path: root/app/src/behaviors/behavior_key_press.c
diff options
context:
space:
mode:
authorMega Mind <68985133+megamind4089@users.noreply.github.com>2020-10-12 23:50:54 +0800
committerMega Mind <68985133+megamind4089@users.noreply.github.com>2020-10-12 23:54:56 +0800
commit4adcb396ff01bf4a8ab98799139ed3f3339d207c (patch)
treefe7a214db9c298a9269ae9dae32c124073c3e50c /app/src/behaviors/behavior_key_press.c
parent5d1c083959967b6f55ce7cff3c83442bc71d23cb (diff)
Rebased and fixed nasty code
Diffstat (limited to 'app/src/behaviors/behavior_key_press.c')
-rw-r--r--app/src/behaviors/behavior_key_press.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/behaviors/behavior_key_press.c b/app/src/behaviors/behavior_key_press.c
index d691e9f..923b098 100644
--- a/app/src/behaviors/behavior_key_press.c
+++ b/app/src/behaviors/behavior_key_press.c
@@ -54,4 +54,4 @@ static const struct behavior_driver_api behavior_key_press_driver_api = {
&behavior_key_press_data_##n, &behavior_key_press_config_##n, APPLICATION, \
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &behavior_key_press_driver_api);
-DT_INST_FOREACH_STATUS_OKAY(KP_INST) \ No newline at end of file
+DT_INST_FOREACH_STATUS_OKAY(KP_INST)