From c80392652faac491a4a6cbb1d32a4868097772f5 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sat, 22 Oct 2022 23:56:40 +0200 Subject: [PATCH] Fix SITL build --- src/main/target/SITL/target.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/target/SITL/target.h b/src/main/target/SITL/target.h index 5bff49552..34436ec42 100644 --- a/src/main/target/SITL/target.h +++ b/src/main/target/SITL/target.h @@ -127,7 +127,6 @@ #undef USE_VTX_MSP #undef USE_CAMERA_CONTROL #undef USE_BRUSHED_ESC_AUTODETECT -#undef USE_GPS_RESCUE #undef USE_SERIAL_4WAY_BLHELI_BOOTLOADER #undef USE_SERIAL_4WAY_SK_BOOTLOADER -- 2.11.4.GIT