We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519af86 commit f3fd686Copy full SHA for f3fd686
drivers/adc/adc_shell.c
@@ -37,6 +37,8 @@
37
#define DT_DRV_COMPAT nuvoton_npcx_adc
38
#elif DT_HAS_COMPAT_STATUS_OKAY(ti_cc32xx_adc)
39
#define DT_DRV_COMPAT ti_cc32xx_adc
40
+#elif DT_HAS_COMPAT_STATUS_OKAY(raspberrypi_pico_adc)
41
+#define DT_DRV_COMPAT raspberrypi_pico_adc
42
#elif DT_HAS_COMPAT_STATUS_OKAY(zephyr_adc_emul)
43
#define DT_DRV_COMPAT zephyr_adc_emul
44
#else
0 commit comments