diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2021-06-14 06:23:23 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2021-06-14 06:23:23 -0400 |
commit | bb8b7b0227bcddaf2e5407084e136804190d4dab (patch) | |
tree | 1ea5c106664d8510f1a706121374ec94f4e05832 /source | |
parent | f1773b634eb6cf4e1312379dcc7bcbab7291c60b (diff) |
stick with wx3.0; Linux drawing broke again; timer fixes
Diffstat (limited to 'source')
-rw-r--r-- | source/dac.cpp | 2 |
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 }; |