From c8f28d9d0906261749f8beabc645503fadb0cbc9 Mon Sep 17 00:00:00 2001 From: ellensp Date: Thu, 3 Jun 2021 20:10:04 +1200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Creality=20v4=20servo=20ti?= =?UTF-8?q?mer=20(#22021)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #21999 --- ini/stm32f1.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ini/stm32f1.ini b/ini/stm32f1.ini index 1a70ca62a6..a0dd38fcd4 100644 --- a/ini/stm32f1.ini +++ b/ini/stm32f1.ini @@ -148,7 +148,7 @@ lib_deps = [env:STM32F103RET6_creality] platform = ${common_stm32.platform} extends = common_stm32 -build_flags = ${common_stm32.build_flags} -DMCU_STM32F103RE -DHAL_SD_MODULE_ENABLED -DSS_TIMER=4 -DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8 +build_flags = ${common_stm32.build_flags} -DMCU_STM32F103RE -DHAL_SD_MODULE_ENABLED -DSS_TIMER=4 -DTIMER_SERVO=TIM5 -DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8 board = genericSTM32F103RE monitor_speed = 115200 board_build.core = stm32