From 5796abd4ae1fdf1804c77c746dacc4a0651bf14e Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Mon, 21 Aug 2023 18:12:23 +0200 Subject: [PATCH] boards/stk3600: fix DAC configuration --- boards/stk3600/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/stk3600/include/periph_conf.h b/boards/stk3600/include/periph_conf.h index 45b00afad1..021663b7e0 100644 --- a/boards/stk3600/include/periph_conf.h +++ b/boards/stk3600/include/periph_conf.h @@ -84,6 +84,7 @@ static const adc_chan_conf_t adc_channel_config[] = { static const dac_conf_t dac_config[] = { { .dev = DAC0, + .ref = dacRefVDD, .cmu = cmuClock_DAC0, } }; @@ -92,7 +93,6 @@ static const dac_chan_conf_t dac_channel_config[] = { { .dev = 0, .index = 1, - .ref = dacRefVDD, } };