ardupilot/libraries/SITL/SIM_ADSB_Device.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
169 B
C
Raw Normal View History

2023-10-20 01:56:40 -03:00
#pragma once
#include "SIM_SerialDevice.h"
namespace SITL {
class ADSB_Device : public SerialDevice
{
using SerialDevice::SerialDevice;
};
}; // namespace SITL