Skip to content

Commit

Permalink
Fixed an error with rebasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
voidyourwarranty2 committed Nov 5, 2024
1 parent 65eae33 commit 3045216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/behaviors/behavior_antecedent_morph.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static int behavior_antecedent_morph_init(const struct device *dev) {
}; \
DEVICE_DT_INST_DEFINE(n,behavior_antecedent_morph_init,NULL,&behavior_antecedent_morph_data_##n, \
&behavior_antecedent_morph_config_##n, \
APPLICATION, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, \
POST_KERNEL, CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, \
&behavior_antecedent_morph_driver_api);

DT_INST_FOREACH_STATUS_OKAY(KP_INST)
Expand Down

0 comments on commit 3045216

Please sign in to comment.