aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/DAC_DUAL/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F4xx/DAC_DUAL/main.c')
-rw-r--r--testhal/STM32/STM32F4xx/DAC_DUAL/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/DAC_DUAL/main.c b/testhal/STM32/STM32F4xx/DAC_DUAL/main.c
index fd9e1b536..7ce676bf2 100644
--- a/testhal/STM32/STM32F4xx/DAC_DUAL/main.c
+++ b/testhal/STM32/STM32F4xx/DAC_DUAL/main.c
@@ -89,7 +89,8 @@ static void error_cb1(DACDriver *dacp, dacerror_t err) {
static const DACConfig dac1cfg1 = {
.init = 2047U,
- .datamode = DAC_DHRM_12BIT_RIGHT_DUAL
+ .datamode = DAC_DHRM_12BIT_RIGHT_DUAL,
+ .cr = 0
};
static const DACConversionGroup dacgrpcfg1 = {