1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

Remove unused servos header file (#13182)

This commit is contained in:
Mark Haslinghuis 2023-12-04 03:21:17 +01:00 committed by GitHub
parent 7dffe25ed1
commit b199e65000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 24 deletions

View file

@ -77,7 +77,6 @@
#include "io/gps.h" #include "io/gps.h"
#include "io/pidaudio.h" #include "io/pidaudio.h"
#include "io/serial.h" #include "io/serial.h"
#include "io/servos.h"
#include "io/statusindicator.h" #include "io/statusindicator.h"
#include "io/transponder_ir.h" #include "io/transponder_ir.h"
#include "io/vtx_control.h" #include "io/vtx_control.h"

View file

@ -117,7 +117,6 @@
#include "io/piniobox.h" #include "io/piniobox.h"
#include "io/rcdevice_cam.h" #include "io/rcdevice_cam.h"
#include "io/serial.h" #include "io/serial.h"
#include "io/servos.h"
#include "io/transponder_ir.h" #include "io/transponder_ir.h"
#include "io/vtx.h" #include "io/vtx.h"
#include "io/vtx_control.h" #include "io/vtx_control.h"

View file

@ -1,21 +0,0 @@
/*
* This file is part of Cleanflight and Betaflight.
*
* Cleanflight and Betaflight are free software. You can redistribute
* this software and/or modify this software under the terms of the
* GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option)
* any later version.
*
* Cleanflight and Betaflight are distributed in the hope that they
* will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this software.
*
* If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once

View file

@ -100,7 +100,6 @@
#include "io/ledstrip.h" #include "io/ledstrip.h"
#include "io/serial.h" #include "io/serial.h"
#include "io/serial_4way.h" #include "io/serial_4way.h"
#include "io/servos.h"
#include "io/transponder_ir.h" #include "io/transponder_ir.h"
#include "io/usb_msc.h" #include "io/usb_msc.h"
#include "io/vtx_control.h" #include "io/vtx_control.h"