Skip to content

Commit 76bbae9

Browse files
committed
boards/stk3700: fix DAC configuration
1 parent 5796abd commit 76bbae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/stk3700/include/periph_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ static const adc_chan_conf_t adc_channel_config[] = {
8484
static const dac_conf_t dac_config[] = {
8585
{
8686
.dev = DAC0,
87+
.ref = dacRefVDD,
8788
.cmu = cmuClock_DAC0,
8889
}
8990
};
@@ -92,7 +93,6 @@ static const dac_chan_conf_t dac_channel_config[] = {
9293
{
9394
.dev = 0,
9495
.index = 1,
95-
.ref = dacRefVDD,
9696
}
9797
};
9898

0 commit comments

Comments
 (0)