diff --git a/src/gps/GPS.cpp b/src/gps/GPS.cpp index 2cc33e68cb..4335244f03 100644 --- a/src/gps/GPS.cpp +++ b/src/gps/GPS.cpp @@ -1321,14 +1321,6 @@ GPS *GPS::createGps() */ #if defined(GPS_UC6580) _serial_gps->updateBaudRate(115200); -#endif -#if defined(GPS_L76K) - /* - * L76K default baudrate is 9600 - * https://www.waveshare.com/wiki/L76K_GPS_Module - */ - - _serial_gps->updateBaudRate(9600); #endif } return new_gps;