Commit e8b500fd authored by Emilio Benavente's avatar Emilio Benavente Committed by Johan Hedberg
Browse files

tests: drivers: counter: counter_basic_api: enabled lptmr testing



Enabled the counter_basic_api test to test lptmr.

Signed-off-by: default avatarEmilio Benavente <emilio.benavente@nxp.com>
parent baf7df87
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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[] = {