Skip to content

Commit 73de4e6

Browse files
0xc0170bulislaw
authored andcommitted
efm32: remove unused undefined function from rtc
1 parent 6781ee8 commit 73de4e6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/lp_ticker.c

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,6 @@ void lp_ticker_free()
128128
RTC_FreezeEnable(false);
129129
}
130130

131-
void rtc_set_comp0_value(uint64_t value, bool enable)
132-
{
133-
rtc_enable_comp0(false);
134-
135-
/* Set callback */
136-
RTC_FreezeEnable(true);
137-
extended_comp0 = (uint32_t) (value >> RTC_BITS);
138-
RTC_CompareSet(0, (uint32_t) (value & RTC_MAX_VALUE));
139-
RTC_FreezeEnable(false);
140-
141-
rtc_enable_comp0(enable);
142-
}
143-
144131
void lp_ticker_set_interrupt(timestamp_t timestamp)
145132
{
146133
RTC_IntDisable(RTC_IF_COMP0);

0 commit comments

Comments
 (0)