From d4f7e6b9fd73b625c201a1030bfe1f766908bd9a Mon Sep 17 00:00:00 2001 From: blckmn Date: Tue, 10 Jan 2017 14:15:28 +1100 Subject: [PATCH] Moved GPS for the moment --- src/main/target/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/common.h b/src/main/target/common.h index 4b4aad256a..7531472b07 100644 --- a/src/main/target/common.h +++ b/src/main/target/common.h @@ -81,7 +81,6 @@ #if (FLASH_SIZE > 64) #define BLACKBOX -#define GPS #define TELEMETRY #define TELEMETRY_FRSKY #define TELEMETRY_HOTT @@ -93,6 +92,7 @@ #endif #if (FLASH_SIZE > 128) +#define GPS #define CMS #define USE_DASHBOARD #define USE_MSP_DISPLAYPORT