mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
16 lines
221 B
C++
16 lines
221 B
C++
/*
|
|
* 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
|