diff options
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 |