Skip to content

Commit c174a25

Browse files
authored
Add dummy implementation of sli_sleeptimer_hal_power_manager_integration_init (#2819)
***NO_CI***
1 parent 1704bfb commit c174a25

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

targets/AzureRTOS/SiliconLabs/_common/sl_sleeptimer_.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ void sli_sleeptimer_set_pm_em_requirement(void)
1414
{
1515
}
1616
#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

Comments
 (0)