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 cc35702 commit 0ac9462Copy full SHA for 0ac9462
tests/benchmarks/pm_states/src/main.c
@@ -37,7 +37,7 @@ static void notify_pm_state_entry(enum pm_state state)
37
gpio_pin_set_dt(&leds[0], 1);
38
break;
39
case PM_STATE_SUSPEND_TO_RAM:
40
- gpio_pin_set_dt(&leds[2], 1);
+ gpio_pin_set_dt(&leds[1], 1);
41
42
default:
43
__ASSERT(true, "Unexpected PM state: %d", state);
0 commit comments