mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
Tracker: compile warnings: remove unused function update_servo_test
This commit is contained in:
parent
1020be9d9f
commit
896c86bcc6
@ -4,16 +4,6 @@
|
||||
* control_servo_test.pde - GCS controlled servo test mode
|
||||
*/
|
||||
|
||||
/*
|
||||
* update_servo_test - runs the servo test controller
|
||||
* called at 50hz while control_mode is 'SERVO_TEST' mode
|
||||
* tracker switches into this mode if it ever receives a do-set-servo command from the GCS
|
||||
*/
|
||||
static void update_servo_test(void)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
/*
|
||||
* servo_test_set_servo - sets the yaw or pitch servo pwm directly
|
||||
* servo_num are 1 for yaw, 2 for pitch
|
||||
|
Loading…
Reference in New Issue
Block a user