mirror of https://github.com/ArduPilot/ardupilot
12 lines
166 B
C++
12 lines
166 B
C++
|
|
||
|
#include "PrivateMember.h"
|
||
|
|
||
|
using namespace SMACCM;
|
||
|
|
||
|
SMACCMPrivateMember::SMACCMPrivateMember(uint16_t foo) :
|
||
|
_foo(foo)
|
||
|
{}
|
||
|
|
||
|
void SMACCMPrivateMember::init() {}
|
||
|
|