ardupilot/Tools/ArdupilotMegaPlanner/3DRRadio/MainV2.cs

18 lines
336 B
C#

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();
}
}