diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-20 20:14:08 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-20 20:14:08 -0400 |
commit | ee274be303987c28fd26e88411378557f1ff566b (patch) | |
tree | 082be80436ac4402d1b2fa30a53a46230c3cb179 /source/adc.cpp | |
parent | 30cd119dba0e2caf48b6bf5016f60dcede62f511 (diff) |
firmware can port to L432KC; gui: edit buffer size
Diffstat (limited to 'source/adc.cpp')
-rw-r--r-- | source/adc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/adc.cpp b/source/adc.cpp index 6c1af7b..84620a2 100644 --- a/source/adc.cpp +++ b/source/adc.cpp @@ -12,7 +12,7 @@ #include "adc.hpp" constexpr static const auto adcd = &ADCD1; -constexpr static const auto gptd = &GPTD4; +constexpr static const auto gptd = &GPTD7; constexpr static const ADCConfig adc_config = { .difsel = 0 |