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 d723d99 commit 2880f45Copy full SHA for 2880f45
tests/drivers/dac/dac_api/src/test_dac.c
@@ -85,8 +85,8 @@
85
#define DAC_RESOLUTION 12
86
#define DAC_CHANNEL_ID 0
87
88
-#elif defined(CONFIG_BOARD_SAM_E70_XPLAINED) || \
89
- defined(CONFIG_BOARD_SAM_V71_XULT)
+#elif defined(CONFIG_SOC_FAMILY_ATMEL_SAM) && \
+ !defined(CONFIG_SOC_SERIES_SAM4L)
90
91
#define DAC_DEVICE_NODE DT_NODELABEL(dacc)
92
0 commit comments