aboutsummaryrefslogtreecommitdiffstats
path: root/source/dac.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-10-22 09:17:25 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-10-22 09:17:25 -0400
commit4b523f98c86f7f953b5c19fe414811c27857d78a (patch)
tree08e2d1be74bd2e2c8b41930920c055ccb9e472f8 /source/dac.cpp
parentee274be303987c28fd26e88411378557f1ff566b (diff)
fix timer settings
Diffstat (limited to 'source/dac.cpp')
-rw-r--r--source/dac.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/dac.cpp b/source/dac.cpp
index c39da38..97c71b3 100644
--- a/source/dac.cpp
+++ b/source/dac.cpp
@@ -13,7 +13,7 @@
constexpr static const auto dacd = &DACD1;
constexpr static const auto dacd2 = &DACD2;
-constexpr static const auto gptd = &GPTD6;
+constexpr static const auto gptd = &GPTD7;
constexpr static const DACConfig dac_config = {
.init = 0,
@@ -25,7 +25,7 @@ constexpr static const DACConversionGroup dac_group_config = {
.num_channels = 1,
.end_cb = nullptr,
.error_cb = nullptr,
- .trigger = DAC_TRG(0)
+ .trigger = DAC_TRG(2)
};
constexpr static const GPTConfig gpt_config = {