From 4a41db9cceedbf3078aab5c64f2d719e1d1455a1 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Wed, 4 Dec 2024 19:16:29 +0100 Subject: [PATCH] Update configs/BOTWINGF405/config.h Co-authored-by: ot0tot <36753790+ot0tot@users.noreply.github.com> --- configs/BOTWINGF405/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/BOTWINGF405/config.h b/configs/BOTWINGF405/config.h index 6f88f440..1d413147 100644 --- a/configs/BOTWINGF405/config.h +++ b/configs/BOTWINGF405/config.h @@ -107,7 +107,7 @@ #define TIMER_PIN_MAPPING \ TIMER_PIN_MAP(0, PB3, 1, 0) \ TIMER_PIN_MAP(1, PA9, 1, 0) \ - TIMER_PIN_MAP(2, PA8, 1, 0) \ + TIMER_PIN_MAP(2, PA8, 1, 1) \ TIMER_PIN_MAP(3, PC9, 1, 0) \ TIMER_PIN_MAP(4, PC8, 1, 0)