mirror of https://github.com/ArduPilot/ardupilot
AntennaTracker: Delete (wrong) filename out of header
This commit is contained in:
parent
ef0fb97fe4
commit
6082472990
|
@ -3,7 +3,7 @@
|
|||
#include "Tracker.h"
|
||||
|
||||
/*
|
||||
* control_auto.pde - auto control mode
|
||||
* Auto control mode
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "Tracker.h"
|
||||
|
||||
/*
|
||||
* control_manual.pde - manual control mode
|
||||
* Manual control mode
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "Tracker.h"
|
||||
|
||||
/*
|
||||
* control_scan.pde - scan control mode
|
||||
* Scan control mode
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "Tracker.h"
|
||||
|
||||
/*
|
||||
* control_servo_test.pde - GCS controlled servo test mode
|
||||
* GCS controlled servo test mode
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "Tracker.h"
|
||||
|
||||
/*
|
||||
* servos.pde - code to move pitch and yaw servos to attain a target heading or pitch
|
||||
* Code to move pitch and yaw servos to attain a target heading or pitch
|
||||
*/
|
||||
|
||||
// init_servos - initialises the servos
|
||||
|
|
Loading…
Reference in New Issue