AntennaTracker: Delete (wrong) filename out of header

This commit is contained in:
mirkix 2016-07-25 20:52:50 +02:00 committed by Lucas De Marchi
parent ef0fb97fe4
commit 6082472990
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
#include "Tracker.h" #include "Tracker.h"
/* /*
* control_auto.pde - auto control mode * Auto control mode
*/ */
/* /*

View File

@ -3,7 +3,7 @@
#include "Tracker.h" #include "Tracker.h"
/* /*
* control_manual.pde - manual control mode * Manual control mode
*/ */
/* /*

View File

@ -3,7 +3,7 @@
#include "Tracker.h" #include "Tracker.h"
/* /*
* control_scan.pde - scan control mode * Scan control mode
*/ */
/* /*

View File

@ -3,7 +3,7 @@
#include "Tracker.h" #include "Tracker.h"
/* /*
* control_servo_test.pde - GCS controlled servo test mode * GCS controlled servo test mode
*/ */
/* /*

View File

@ -3,7 +3,7 @@
#include "Tracker.h" #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 // init_servos - initialises the servos