We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131913c commit 30de4b5Copy full SHA for 30de4b5
subsys/power/policy/policy_dummy.c
@@ -16,7 +16,7 @@ LOG_MODULE_DECLARE(power, CONFIG_PM_LOG_LEVEL);
16
(struct pm_state_info){PM_STATE_ACTIVE, 0, 0}
17
18
static const struct pm_state_info pm_dummy_states[] =
19
- PM_STATE_DT_ITEMS_LIST(DT_NODELABEL(cpu0));
+ PM_STATE_INFO_DT_ITEMS_LIST(DT_NODELABEL(cpu0));
20
21
struct pm_state_info pm_policy_next_state(int32_t ticks)
22
{
0 commit comments