We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc30ac4 commit d4c5387Copy full SHA for d4c5387
configs/SPEEDYBEEF435AIOELRS/config.h
@@ -77,9 +77,8 @@
77
TIMER_PIN_MAP(1, MOTOR2_PIN, 1, 2) \
78
TIMER_PIN_MAP(2, MOTOR3_PIN, 2, 3) \
79
TIMER_PIN_MAP(3, MOTOR4_PIN, 2, 4) \
80
- TIMER_PIN_MAP(4, BEEPER_PIN, 1, -1) \
81
- TIMER_PIN_MAP(5, LED_STRIP_PIN, 1, 0) \
82
- TIMER_PIN_MAP(6, GYRO_1_CLKIN_PIN, 1, -1)
+ TIMER_PIN_MAP(4, LED_STRIP_PIN, 1, 0) \
+ TIMER_PIN_MAP(5, GYRO_1_CLKIN_PIN, 1, -1)
83
84
#define ADC_INSTANCE ADC1
85
#define ADC1_DMA_OPT 11
0 commit comments