diff --git a/src/drivers/gps/gps.cpp b/src/drivers/gps/gps.cpp index 22e495adb5b..37712a3f1f4 100644 --- a/src/drivers/gps/gps.cpp +++ b/src/drivers/gps/gps.cpp @@ -418,7 +418,7 @@ void GPS::handleInjectDataTopic() bool updated = false; // Limit maximum number of GPS injections to 6 since usually - // GPS injections should consist of 1-4 packets (GPS, Glonass, Baidu, Galileo). + // GPS injections should consist of 1-4 packets (GPS, Glonass, BeiDou, Galileo). // Looking at 6 packets thus guarantees, that at least a full injection // data set is evaluated. const size_t max_num_injections = 6;