ardupilot/libraries/APO/AP_CommLink.cpp

16 lines
221 B
C++
Raw Normal View History

2011-09-28 21:51:12 -03:00
/*
* AP_CommLink.cpp
*
* Created on: Apr 30, 2011
* Author: jgoppert
*/
#include "AP_CommLink.h"
namespace apo {
uint8_t MavlinkComm::_nChannels = 0;
uint8_t MavlinkComm::_paramNameLengthMax = 13;
} // apo