We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efd191 commit 1f66e3aCopy full SHA for 1f66e3a
tests/drivers/counter/counter_basic_api/src/test_counter.c
@@ -65,6 +65,9 @@ static const struct device *const devices[] = {
65
DEVS_FOR_DT_COMPAT(microchip_xec_timer)
66
DEVS_FOR_DT_COMPAT(nxp_imx_epit)
67
DEVS_FOR_DT_COMPAT(nxp_imx_gpt)
68
+#ifdef CONFIG_COUNTER_MCHP_SAM_TC
69
+ DEVS_FOR_DT_COMPAT(microchip_sam_tc)
70
+#endif
71
#ifdef CONFIG_COUNTER_MCUX_TPM
72
DEVS_FOR_DT_COMPAT(nxp_tpm_timer)
73
#endif
0 commit comments