mirror of https://github.com/rusefi/wideband.git
f1_dual: remove duplicated definitions (#224)
(cherry picked from commit 57b3ac51770fb7676d1bd93daac9384d44f18667) Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
parent
26564a0efc
commit
0abaae13e7
|
@ -43,14 +43,6 @@
|
|||
#define R_HEATER_PORT GPIOB
|
||||
#define R_HEATER_PIN 6
|
||||
|
||||
// PB7
|
||||
#define L_HEATER_PORT GPIOB
|
||||
#define L_HEATER_PIN 7
|
||||
|
||||
// PB6
|
||||
#define R_HEATER_PORT GPIOB
|
||||
#define R_HEATER_PIN 6
|
||||
|
||||
// PA1 TIM2_CH2
|
||||
#define PUMP_DAC_PWM_DEVICE PWMD2
|
||||
#define PUMP_DAC_PWM_CHANNEL_0 2 /* left */
|
||||
|
|
Loading…
Reference in New Issue