doc: guides: pm: device_runtime: remove outdated statement

The device runtime API does no longer use pm_device_state_set().

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-11-09 23:32:25 +01:00 committed by Christopher Friedt
commit 40a94743a3

View file

@ -6,8 +6,5 @@ Management mechanism which reduces the overall system Power consumtion
by suspending the devices which are idle or not being used while the
System is active or running.
The framework uses :c:func:`pm_device_state_set()` API set the
device power state accordingly based on the usage count.
The interfaces and APIs provided by the Device Runtime PM are
designed to be generic and architecture independent.