diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-08-22 16:56:47 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-08-22 16:56:47 -0400 |
commit | 96e4883081e253287d18c93118399f39b71551ea (patch) | |
tree | 5022cd3be8bf2f454e75eab3a147cb537d5fc085 /cfg/mcuconf.h | |
parent | b3eccbc1b9f0194d9f71345113acdc4518b991c1 (diff) |
adc/dac passthrough
Diffstat (limited to 'cfg/mcuconf.h')
-rw-r--r-- | cfg/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg/mcuconf.h b/cfg/mcuconf.h index e1e50c3..d346e02 100644 --- a/cfg/mcuconf.h +++ b/cfg/mcuconf.h @@ -177,8 +177,8 @@ #define STM32_GPT_USE_TIM2 FALSE
#define STM32_GPT_USE_TIM3 FALSE
#define STM32_GPT_USE_TIM4 TRUE
-#define STM32_GPT_USE_TIM5 TRUE
-#define STM32_GPT_USE_TIM6 FALSE
+#define STM32_GPT_USE_TIM5 FALSE
+#define STM32_GPT_USE_TIM6 TRUE
#define STM32_GPT_USE_TIM7 FALSE
#define STM32_GPT_USE_TIM8 FALSE
#define STM32_GPT_USE_TIM15 FALSE
|