diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-13 00:01:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 00:01:32 -0400 |
commit | f35d9f8f69b818e797483143a0aeae9ba30797f4 (patch) | |
tree | a7a2fff6244cb641c7aef60a1d941fec152681a4 /app/src/behaviors/behavior_key_press.c | |
parent | 409d180de9615d06ea8291a1ec7660905951c9aa (diff) | |
parent | 2e649b7fd4113ff2f0e6ffdfa1ac6ede5feaebf6 (diff) |
Merge pull request #258 from megamind4089/dev/ext-power-behavior
New behavior for ext power control
Diffstat (limited to 'app/src/behaviors/behavior_key_press.c')
-rw-r--r-- | app/src/behaviors/behavior_key_press.c | 2 |
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) |