Skip to content

Commit d48e10a

Browse files
sylvioalveskartben
authored andcommitted
drivers: counter: esp32: remove rtc counter test
As part of counter API updates, RTC timer will be removed from counter API driver and can be removed from the test list. Signed-off-by: Sylvio Alves <[email protected]>
1 parent df5ade9 commit d48e10a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/drivers/counter/counter_basic_api/src/test_counter.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ static const struct device *const devices[] = {
105105
#ifdef CONFIG_COUNTER_TMR_ESP32
106106
DEVS_FOR_DT_COMPAT(espressif_esp32_timer)
107107
#endif
108-
#ifdef CONFIG_COUNTER_TMR_RTC_ESP32
109-
DEVS_FOR_DT_COMPAT(espressif_esp32_rtc_timer)
110-
#endif
111108
#ifdef CONFIG_COUNTER_NXP_S32_SYS_TIMER
112109
DEVS_FOR_DT_COMPAT(nxp_s32_sys_timer)
113110
#endif

0 commit comments

Comments
 (0)