SITL : Update Telemetry

telemetery -> telemetry
This commit is contained in:
VMsunghwan 2022-01-16 15:08:13 +09:00 committed by Randy Mackay
parent e3c116c9fb
commit 3febd78943
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"