From 6f11b2e93e588d7ea73776d4ec4f6c29bd8e6609 Mon Sep 17 00:00:00 2001 From: linyuanbo_breo_server Date: Thu, 26 Aug 2021 02:10:59 +0000 Subject: [PATCH] feat : fix tim channel comment --- bsp/n32g452xx/n32g452xx-mini-system/board/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/n32g452xx/n32g452xx-mini-system/board/Kconfig b/bsp/n32g452xx/n32g452xx-mini-system/board/Kconfig index c4844f7a07..8a4e0749d8 100755 --- a/bsp/n32g452xx/n32g452xx-mini-system/board/Kconfig +++ b/bsp/n32g452xx/n32g452xx-mini-system/board/Kconfig @@ -61,10 +61,10 @@ menu "On-chip Peripheral Drivers" bool "Enable TIM3 channel2 PWM" default n config BSP_USING_TIM3_CH3 - bool "Enable TIM3 channel2 PWM" + bool "Enable TIM3 channel3 PWM" default n config BSP_USING_TIM3_CH4 - bool "Enable TIM3 channel2 PWM" + bool "Enable TIM3 channel4 PWM" default n endif endif