5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-02 19:53:57 -04:00
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