From e8b500fd2293b7f1b9d8c2a3a2262704b6858bd0 Mon Sep 17 00:00:00 2001 From: Emilio Benavente Date: Wed, 22 May 2024 21:20:44 +0000 Subject: [PATCH] tests: drivers: counter: counter_basic_api: enabled lptmr testing Enabled the counter_basic_api test to test lptmr. Signed-off-by: Emilio Benavente --- tests/drivers/counter/counter_basic_api/src/test_counter.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/drivers/counter/counter_basic_api/src/test_counter.c b/tests/drivers/counter/counter_basic_api/src/test_counter.c index 4d5ac8eea85e5b..9d74de3cfad313 100644 --- a/tests/drivers/counter/counter_basic_api/src/test_counter.c +++ b/tests/drivers/counter/counter_basic_api/src/test_counter.c @@ -112,6 +112,9 @@ static const struct device *const devices[] = { #ifdef CONFIG_COUNTER_AMBIQ DEVS_FOR_DT_COMPAT(ambiq_counter) #endif +#ifdef CONFIG_COUNTER_MCUX_LPTMR + DEVS_FOR_DT_COMPAT(nxp_lptmr) +#endif }; static const struct device *const period_devs[] = {