Browse Source

SITL : Update Telemetry

telemetery -> telemetry
gps-1.3.1
VMsunghwan 3 years ago committed by Randy Mackay
parent
commit
3febd78943
  1. 2
      libraries/SITL/SIM_CRSF.cpp
  2. 2
      libraries/SITL/SIM_Frsky.cpp
  3. 2
      libraries/SITL/SIM_Frsky_D.cpp

2
libraries/SITL/SIM_CRSF.cpp

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
Base class for CRSF telemetery
Base class for CRSF telemetry
*/
#include "SIM_CRSF.h"

2
libraries/SITL/SIM_Frsky.cpp

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
Base class for FrSky telemetery
Base class for FrSky telemetry
*/
#include "SIM_Frsky.h"

2
libraries/SITL/SIM_Frsky_D.cpp

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
Base class for FrSky D telemetery
Base class for FrSky D telemetry
*/
#include "SIM_Frsky_D.h"

Loading…
Cancel
Save