Skip to content

Commit d532d58

Browse files
committed
Revert "soc: st: warn if running with debug on sleep enabled"
This reverts commit b33b3b1, turns out it's causing issues in CI all over the place, the condition needs more thinking. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
1 parent b7575e8 commit d532d58

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

soc/st/stm32/common/soc_config.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616
#include <stm32_ll_bus.h>
1717
#include <stm32_ll_pwr.h>
1818

19-
#if CONFIG_PM
20-
21-
#if !defined(CONFIG_DEBUG) && defined(CONFIG_STM32_ENABLE_DEBUG_SLEEP_STOP)
22-
#warning "Running with PM=y and STM32_ENABLE_DEBUG_SLEEP_STOP=y, \
23-
this will result in increased power consumption during sleep."
24-
#endif
25-
26-
#endif /* CONFIG_PM */
27-
2819
/**
2920
* @brief Perform SoC configuration at boot.
3021
*

0 commit comments

Comments
 (0)