Skip to content

Commit 0ac9462

Browse files
nordic-pikrnordic-piks
authored andcommitted
tests: benchmarks: pm_states: S2RAM LED
Change led indication for S2RAM state to use led1 instead of led2. Signed-off-by: Piotr Krzyzanowski <[email protected]>
1 parent cc35702 commit 0ac9462

File tree

1 file changed

+1
-1
lines changed
  • tests/benchmarks/pm_states/src

1 file changed

+1
-1
lines changed

tests/benchmarks/pm_states/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static void notify_pm_state_entry(enum pm_state state)
3737
gpio_pin_set_dt(&leds[0], 1);
3838
break;
3939
case PM_STATE_SUSPEND_TO_RAM:
40-
gpio_pin_set_dt(&leds[2], 1);
40+
gpio_pin_set_dt(&leds[1], 1);
4141
break;
4242
default:
4343
__ASSERT(true, "Unexpected PM state: %d", state);

0 commit comments

Comments
 (0)