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 fdf7465 commit 2e9589bCopy full SHA for 2e9589b
subsys/pm/pm.c
@@ -203,7 +203,7 @@ bool pm_system_suspend(int32_t ticks)
203
204
SYS_PORT_TRACING_FUNC_ENTER(pm, system_suspend, ticks);
205
206
- if (!atomic_test_and_set_bit(z_cpus_pm_state_forced, id)) {
+ if (!atomic_test_bit(z_cpus_pm_state_forced, id)) {
207
const struct pm_state_info *info;
208
209
info = pm_policy_next_state(id, ticks);
0 commit comments