Skip to content

Commit 7eae1c1

Browse files
committed
Add timer for GYRO_CLKIN
1 parent 5457379 commit 7eae1c1

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

configs/AIRBRAINH743/config.h

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,17 @@
8888

8989

9090
#define TIMER_PIN_MAPPING \
91-
TIMER_PIN_MAP(0, PE9, 1, 0) \
92-
TIMER_PIN_MAP(1, PE11, 1, 1) \
93-
TIMER_PIN_MAP(2, PE13, 1, 2) \
94-
TIMER_PIN_MAP(3, PE14, 1, 3) \
95-
TIMER_PIN_MAP(4, PB0, 2, 4) \
96-
TIMER_PIN_MAP(5, PB1, 2, 5) \
97-
TIMER_PIN_MAP(6, PB10, 1, 6) \
98-
TIMER_PIN_MAP(7, PB11, 1, 7) \
99-
TIMER_PIN_MAP(8, PA2, 2, 8) \
100-
TIMER_PIN_MAP(9, PC7, 2, -1)
91+
TIMER_PIN_MAP( 0, PE9, 1, 0) \
92+
TIMER_PIN_MAP( 1, PE11, 1, 1) \
93+
TIMER_PIN_MAP( 2, PE13, 1, 2) \
94+
TIMER_PIN_MAP( 3, PE14, 1, 3) \
95+
TIMER_PIN_MAP( 4, PB0, 2, 4) \
96+
TIMER_PIN_MAP( 5, PB1, 2, 5) \
97+
TIMER_PIN_MAP( 6, PB10, 1, 6) \
98+
TIMER_PIN_MAP( 7, PB11, 1, 7) \
99+
TIMER_PIN_MAP( 8, PA2, 2, 8) \
100+
TIMER_PIN_MAP( 9, PC7, 2, -1) \
101+
TIMER_PIN_MAP(10, PA3, 3, -1)
101102

102103
#define ADC1_DMA_OPT 9
103104
#define ADC2_DMA_OPT 10

0 commit comments

Comments
 (0)