diff --git a/src/main/target/common_fc_post.h b/src/main/target/common_fc_post.h index b13f008b1..06ba6eeda 100644 --- a/src/main/target/common_fc_post.h +++ b/src/main/target/common_fc_post.h @@ -126,3 +126,7 @@ #if defined(USE_MAX7456) #define USE_OSD #endif + +#if defined(USE_GPS_RESCUE) +#define USE_GPS +#endif