Skip to content

Commit

Permalink
tests: drivers: counter: counter_basic_api: enabled lptmr testing
Browse files Browse the repository at this point in the history
Enabled the counter_basic_api test to test lptmr.

Signed-off-by: Emilio Benavente <[email protected]>
  • Loading branch information
EmilioCBen committed Jun 5, 2024
1 parent 215979e commit ba5fe1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/drivers/counter/counter_basic_api/src/test_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit ba5fe1f

Please sign in to comment.