Skip to content

Commit d4c5387

Browse files
committed
Remove beep pin timer
1 parent fc30ac4 commit d4c5387

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

configs/SPEEDYBEEF435AIOELRS/config.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@
7777
TIMER_PIN_MAP(1, MOTOR2_PIN, 1, 2) \
7878
TIMER_PIN_MAP(2, MOTOR3_PIN, 2, 3) \
7979
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)
80+
TIMER_PIN_MAP(4, LED_STRIP_PIN, 1, 0) \
81+
TIMER_PIN_MAP(5, GYRO_1_CLKIN_PIN, 1, -1)
8382

8483
#define ADC_INSTANCE ADC1
8584
#define ADC1_DMA_OPT 11

0 commit comments

Comments
 (0)