From 0459ba39e3f6c55793f3220911fb4ed3811ae64f Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Tue, 24 Dec 2024 22:15:54 +0100 Subject: [PATCH] Update configs/BLADE_PRO_H7/config.h Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com> --- configs/BLADE_PRO_H7/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/BLADE_PRO_H7/config.h b/configs/BLADE_PRO_H7/config.h index 9bb71313..7f704fdd 100644 --- a/configs/BLADE_PRO_H7/config.h +++ b/configs/BLADE_PRO_H7/config.h @@ -112,7 +112,7 @@ #define GYRO_2_CS_PIN PE11 #define TIMER_PIN_MAPPING \ - TIMER_PIN_MAP( 0, PA15, 1, 0) \ + TIMER_PIN_MAP( 0, PA15, 1, -1) \ TIMER_PIN_MAP( 1, PB0 , 2, 0 ) \ TIMER_PIN_MAP( 2, PB1 , 2, 1 ) \ TIMER_PIN_MAP( 3, PA0 , 2, 2 ) \