From c026c00eef4552143109fc3c99ecbeedb542d05d Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sat, 6 Apr 2024 18:57:25 +0200 Subject: [PATCH] Update DAKEFPVF722 (#380) - Keep in sync with https://github.com/betaflight/unified-targets/pull/1298 --- configs/DAKEFPVF722/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/DAKEFPVF722/config.h b/configs/DAKEFPVF722/config.h index dbb3f10d..ec66033e 100644 --- a/configs/DAKEFPVF722/config.h +++ b/configs/DAKEFPVF722/config.h @@ -91,13 +91,13 @@ TIMER_PIN_MAP( 1, PA1 , 2, -1) \ TIMER_PIN_MAP( 2, PA9 , 1, -1) \ TIMER_PIN_MAP( 3, PA10, 1, -1) \ - TIMER_PIN_MAP( 4, PB0 , 2, 0) \ - TIMER_PIN_MAP( 5, PB1 , 2, 0) \ + TIMER_PIN_MAP( 4, PB0 , 1, 1) \ + TIMER_PIN_MAP( 5, PB1 , 1, 0) \ TIMER_PIN_MAP( 6, PB3 , 1, 0) \ TIMER_PIN_MAP( 7, PB4 , 1, -1) \ TIMER_PIN_MAP( 8, PB6 , 1, 0) \ TIMER_PIN_MAP( 9, PB7 , 1, 0) \ - TIMER_PIN_MAP(10, PC8 , 2, 0) \ + TIMER_PIN_MAP(10, PC8 , 2, 1) \ TIMER_PIN_MAP(11, PC9 , 2, 0)