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 1e10bc3 commit d0f9394Copy full SHA for d0f9394
tests/drivers/dac/dac_api/src/test_dac.c
@@ -11,7 +11,8 @@
11
12
#if defined(CONFIG_BOARD_NUCLEO_L073RZ) || \
13
defined(CONFIG_BOARD_NUCLEO_L152RE) || \
14
- defined(CONFIG_BOARD_NUCLEO_F767ZI)
+ defined(CONFIG_BOARD_NUCLEO_F767ZI) || \
15
+ defined(CONFIG_BOARD_RONOTH_LODEV)
16
17
#define DAC_DEVICE_NAME DT_LABEL(DT_NODELABEL(dac1))
18
#define DAC_CHANNEL_ID 1
tests/drivers/dac/dac_loopback/src/test_dac.c
@@ -27,7 +27,8 @@
27
*/
28
29
30
- defined(CONFIG_BOARD_NUCLEO_L152RE)
+ defined(CONFIG_BOARD_NUCLEO_L152RE) || \
31
32
33
/*
34
* DAC output on PA4 (Arduino A2 pin of Nucleo board)
0 commit comments