From 7f59ca704b6f3c0ad254d391a123961aa0a86284 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 4 Aug 2020 20:09:48 -0400 Subject: reorganized code; added dac support --- cfg/mcuconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg') diff --git a/cfg/mcuconf.h b/cfg/mcuconf.h index 03b961c..e1e50c3 100644 --- a/cfg/mcuconf.h +++ b/cfg/mcuconf.h @@ -177,7 +177,7 @@ #define STM32_GPT_USE_TIM2 FALSE #define STM32_GPT_USE_TIM3 FALSE #define STM32_GPT_USE_TIM4 TRUE -#define STM32_GPT_USE_TIM5 FALSE +#define STM32_GPT_USE_TIM5 TRUE #define STM32_GPT_USE_TIM6 FALSE #define STM32_GPT_USE_TIM7 FALSE #define STM32_GPT_USE_TIM8 FALSE -- cgit v1.2.3