diff options
Diffstat (limited to 'src/stm32/hard_pwm.c')
-rw-r--r-- | src/stm32/hard_pwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/hard_pwm.c b/src/stm32/hard_pwm.c index 6ed27a30..7252be04 100644 --- a/src/stm32/hard_pwm.c +++ b/src/stm32/hard_pwm.c @@ -133,7 +133,7 @@ static const struct gpio_pwm_info pwm_regs[] = { {TIM14, GPIO('A', 7), 1, GPIO_FUNCTION(9)}, {TIM14, GPIO('F', 9), 1, GPIO_FUNCTION(9)}, #endif - // Pins that map to all klipper defined STM32F4 procs + // Pins that map to all kutter defined STM32F4 procs {TIM1, GPIO('A', 8), 1, GPIO_FUNCTION(1)}, {TIM1, GPIO('E', 9), 1, GPIO_FUNCTION(1)}, {TIM1, GPIO('A', 9), 2, GPIO_FUNCTION(1)}, |