From 0a1f940bcb926d998afd444c58c98d15efcf7d40 Mon Sep 17 00:00:00 2001 From: blckmn Date: Wed, 9 Nov 2016 20:07:13 +1100 Subject: [PATCH] Adjusted as per suggestion - could be other future brushed motor FCs based on NAZE --- src/main/target/NAZE/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/NAZE/target.h b/src/main/target/NAZE/target.h index 8a37117e10..f048215e40 100644 --- a/src/main/target/NAZE/target.h +++ b/src/main/target/NAZE/target.h @@ -157,7 +157,7 @@ // USART2, PA3 #define BIND_PIN PA3 -#if !defined(BEEBRAIN) +#if !defined(BRUSHED_MOTORS) #define USE_SERIAL_4WAY_BLHELI_INTERFACE #endif