diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-31 21:33:38 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-31 21:33:38 -0400 |
commit | f3e4d176d5922a13ce2615895cea1e197175984a (patch) | |
tree | 4831b3a42cf114d689d0f2d26014708dbe2892e2 /source | |
parent | 86453bc8f4ca7b41292e1e48223dc9661ce8e92e (diff) |
gui access to dac logging
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 eada21b..1a7254a 100644 --- a/source/dac.cpp +++ b/source/dac.cpp @@ -30,7 +30,7 @@ constexpr static const DACConversionGroup dac_group_config = { }; constexpr static const GPTConfig gpt_config = { - .frequency = 1440000, + .frequency = 14400000, .callback = nullptr, .cr2 = TIM_CR2_MMS_1, /* TRGO */ .dier = 0 |