ardupilot/libraries/AP_HAL_Empty/PrivateMember.cpp

12 lines
147 B
C++

#include "PrivateMember.h"
using namespace Empty;
PrivateMember::PrivateMember(uint16_t foo) :
_foo(foo)
{}
void PrivateMember::init() {}