From 1040168b9a1dc48ca19aa8563543cfd27deefcd6 Mon Sep 17 00:00:00 2001 From: blckmn Date: Sat, 10 Dec 2016 10:40:21 +1100 Subject: [PATCH] Alternative LED configuration is for AFF3 REV2 --- src/main/target/ALIENFLIGHTF3/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/ALIENFLIGHTF3/config.c b/src/main/target/ALIENFLIGHTF3/config.c index 8d208fb7d..449bdaf6d 100644 --- a/src/main/target/ALIENFLIGHTF3/config.c +++ b/src/main/target/ALIENFLIGHTF3/config.c @@ -46,7 +46,7 @@ void targetConfiguration(master_t *config) { /* depending on revision ... depends on the LEDs to be utilised. */ - if (hardwareRevision == AFF3_REV_1) { + if (hardwareRevision == AFF3_REV_2) { config->statusLedConfig.polarity = 0 #ifdef LED0_A_INVERTED | BIT(0)