From 1a9696a8838215eecabc783a7cc69ad066b21d01 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 b83d1a5160271a4..f92e2c11bbfe6f4 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[] = {