mirror of https://github.com/ArduPilot/ardupilot
7 lines
133 B
C++
7 lines
133 B
C++
|
#include "Tracker.h"
|
||
|
|
||
|
void Tracker::init_capabilities(void)
|
||
|
{
|
||
|
hal.util->set_capabilities(MAV_PROTOCOL_CAPABILITY_PARAM_FLOAT);
|
||
|
}
|