Skip to content

Commit

Permalink
arch: arm: cortex_m: pm_s2ram: Minor typo fix
Browse files Browse the repository at this point in the history
Fix typo in `PM_S2RAM_CUSTOM_MARKING` description.

Signed-off-by: Adam Kondraciuk <[email protected]>
  • Loading branch information
adamkondraciuk authored and nashif committed Sep 6, 2024
1 parent 38575f8 commit be523ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/pm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ config PM_S2RAM_CUSTOM_MARKING
depends on PM_S2RAM
help
By default a magic word in RAM is used to mark entering suspend-to-RAM. Enabling
this option allows custom implementation of functions which handles the marking.
this option allows custom implementation of functions which handle the marking.

config PM_NEED_ALL_DEVICES_IDLE
bool "System Low Power Mode Needs All Devices Idle"
Expand Down

0 comments on commit be523ad

Please sign in to comment.