mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Besides implementing a customized pm_policy_next_state() in the application layer, a customized device policy handler of power management, pm_policy_low_power_devices(), is also needed if CONFIG_PM_POLICY_APP is enabled. This CL adds this function to prevent build errors. Signed-off-by: Mulin Chao <mlchao@nuvoton.com>