From ec050387e2e5d905fad97703903270409a732b89 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Sat, 30 Dec 2017 01:00:34 -0800 Subject: [PATCH] Update main.h --- Firmware/Inc/main.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Firmware/Inc/main.h b/Firmware/Inc/main.h index 7bbe9ae7..a9650093 100644 --- a/Firmware/Inc/main.h +++ b/Firmware/Inc/main.h @@ -64,8 +64,7 @@ /* Private define ------------------------------------------------------------*/ #define TIM_1_8_CLOCK_HZ 168000000 -// #define TIM_1_8_PERIOD_CLOCKS 8192 -#define TIM_1_8_PERIOD_CLOCKS 6000 +#define TIM_1_8_PERIOD_CLOCKS 8192 #define TIM_1_8_DEADTIME_CLOCKS 20 #define TIM_APB1_CLOCK_HZ 84000000 #define TIM_APB1_PERIOD_CLOCKS 4096