5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-05 13:14:03 -04:00
ardupilot/libraries/AP_HAL_Empty/PrivateMember.cpp

12 lines
162 B
C++

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