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 1704bfb commit c174a25Copy full SHA for c174a25
targets/AzureRTOS/SiliconLabs/_common/sl_sleeptimer_.c
@@ -14,3 +14,10 @@ void sli_sleeptimer_set_pm_em_requirement(void)
14
{
15
}
16
#endif
17
+
18
+#if !defined(SL_CATALOG_POWER_MANAGER_NO_DEEPSLEEP_PRESENT) && \
19
+ !defined(SL_CATALOG_POWER_MANAGER_DEEPSLEEP_BLOCKING_HFXO_RESTORE_PRESENT)
20
+void sli_sleeptimer_hal_power_manager_integration_init(void)
21
+{
22
+}
23
+#endif
0 commit comments