From f9f2edc7a8bdb64e80630303c67e922cb25788b1 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Fri, 15 Nov 2024 22:18:18 +0100 Subject: [PATCH] Update configs/KAKUTEF4V2/config.h Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com> --- configs/KAKUTEF4V2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/KAKUTEF4V2/config.h b/configs/KAKUTEF4V2/config.h index 20d2b3bc..abbcf4b1 100644 --- a/configs/KAKUTEF4V2/config.h +++ b/configs/KAKUTEF4V2/config.h @@ -78,7 +78,7 @@ #define USB_DETECT_PIN PA8 #define TIMER_PIN_MAPPING \ - TIMER_PIN_MAP( 0, RX_PPM_PIN, 2, 0) \ + TIMER_PIN_MAP( 0, RX_PPM_PIN, 2, -1) \ TIMER_PIN_MAP( 1, MOTOR1_PIN, 2, 0) \ TIMER_PIN_MAP( 2, MOTOR2_PIN, 2, 0) \ TIMER_PIN_MAP( 3, MOTOR3_PIN, 1, 1) \