aboutsummaryrefslogtreecommitdiffstats
path: root/source/dac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/dac.cpp')
-rw-r--r--source/dac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dac.cpp b/source/dac.cpp
index 2772928..1ff8867 100644
--- a/source/dac.cpp
+++ b/source/dac.cpp
@@ -17,7 +17,7 @@ DACDriver *DAC::m_driver[2] = {
};
const DACConfig DAC::m_config = {
- .init = 0,
+ .init = 2048,
.datamode = DAC_DHRM_12BIT_RIGHT,
.cr = 0
};