From afd848e42522b42a49396db072e908b7d61ba767 Mon Sep 17 00:00:00 2001 From: Bas Delfos Date: Sun, 15 Jan 2017 22:28:47 +0100 Subject: [PATCH] Enabled REMAP_TIM17_DMA for KISS FC to use PWM6 as spare motor output --- src/main/target/KISSFC/target.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/target/KISSFC/target.h b/src/main/target/KISSFC/target.h index 1064e34e28..90e32cf6df 100644 --- a/src/main/target/KISSFC/target.h +++ b/src/main/target/KISSFC/target.h @@ -27,6 +27,7 @@ #define USE_ESCSERIAL #define ESCSERIAL_TIMER_TX_HARDWARE 6 +#define REMAP_TIM17_DMA #define LED0 PB1