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 4af2ba7 commit ead1f80Copy full SHA for ead1f80
samples/bluetooth/peripheral_power_profiling/src/main.c
@@ -653,7 +653,7 @@ static void reset_reason_print(void)
653
654
static void system_off(void)
655
{
656
-#if !IS_ENABLED(CONFIG_SOC_SERIES_NRF54HX) && !IS_ENABLED(CONFIG_TFM_EXPERIMENTAL)
+#if !IS_ENABLED(CONFIG_SOC_SERIES_NRF54HX)
657
printk("Powering off\n");
658
659
/* Clear the reset reason if it didn't do previously. */
@@ -674,7 +674,7 @@ static void system_off(void)
674
}
675
676
sys_poweroff();
677
-#endif /* !IS_ENABLED(CONFIG_SOC_SERIES_NRF54HX) && !IS_ENABLED(CONFIG_TFM_EXPERIMENTAL) */
+#endif /* !IS_ENABLED(CONFIG_SOC_SERIES_NRF54HX) */
678
679
680
static void system_off_work_handler(struct k_work *work)
0 commit comments