From d7ff072d26009633527cb02180b029e9357d7ae1 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 28 Sep 2021 11:26:34 +1000 Subject: [PATCH] SITL: remove mtk GPSs --- libraries/SITL/SITL.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/SITL/SITL.h b/libraries/SITL/SITL.h index 76a00e1283..53715b5eee 100644 --- a/libraries/SITL/SITL.h +++ b/libraries/SITL/SITL.h @@ -131,9 +131,6 @@ public: enum GPSType { GPS_TYPE_NONE = 0, GPS_TYPE_UBLOX = 1, - GPS_TYPE_MTK = 2, - GPS_TYPE_MTK16 = 3, - GPS_TYPE_MTK19 = 4, GPS_TYPE_NMEA = 5, GPS_TYPE_SBP = 6, GPS_TYPE_FILE = 7,