f1_dual: fix configuration names

This commit is contained in:
Andrey Gusakov 2022-06-19 14:53:05 +03:00
parent 650e91107a
commit eaa5f8e42c
1 changed files with 5 additions and 5 deletions

View File

@ -31,19 +31,19 @@
// L_heater_pwm - PB7 TIM4_CH2
#define HEATER_PWM_DEVICE PWMD4
#define HEATER_PWM_CHANNEL 1
#define HEATER_PWM_CHANNEL_0 1
#define L_HEATER_PORT GPIOB
#define L_HEATER_PIN 7
// B_heater_pwm - PB6 TIM4_CH1
#define R_HEATER_PWM_DEVICE PWMD4
#define R_HEATER_PWM_CHANNEL 0
// R_heater_pwm - PB6 TIM4_CH1
#define HEATER_PWM_CHANNEL_1 0
#define R_HEATER_PORT GPIOB
#define R_HEATER_PIN 6
// PA1 TIM2_CH2
#define PUMP_DAC_PWM_DEVICE PWMD2
#define PUMP_DAC_PWM_CHANNEL 1
#define PUMP_DAC_PWM_CHANNEL_0 2 /* left */
#define PUMP_DAC_PWM_CHANNEL_1 1 /* right */
// TIM1 - DAC for AUX outputs
#define AUXOUT_DAC_PWM_DEVICE PWMD1