attempt fix of new bug on zephyr 3.5

This commit is contained in:
Chad Transtrum 2024-02-14 16:03:32 -07:00
parent c7fb418e88
commit 75a10e7540

View file

@ -75,6 +75,6 @@ static const struct behavior_driver_api behavior_ext_power_driver_api = {
};
BEHAVIOR_DT_INST_DEFINE(0, behavior_ext_power_init, NULL, NULL, NULL, POST_KERNEL,
CONFIG_APPLICATION_INIT_PRIORITY, &behavior_ext_power_driver_api);
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT, &behavior_ext_power_driver_api);
#endif /* DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) */