5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-16 13:48:29 -04:00
ardupilot/Tools/ArdupilotMegaPlanner/3DRRadio/MainV2.cs

18 lines
336 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ArdupilotMega
{
class MainV2
{
public static portproxy comPort = new portproxy();
}
class portproxy
{
public ArdupilotMega.Comms.SerialPort BaseStream = new ArdupilotMega.Comms.SerialPort();
}
}