Merge pull request #9963 from mikeller/remove_unused_header

Removed unused 'io/motors.h' header file.
This commit is contained in:
Michael Keller 2020-06-30 23:19:56 +12:00 committed by GitHub
commit e96e63e252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 0 additions and 32 deletions

View File

@ -74,7 +74,6 @@
#include "io/beeper.h"
#include "io/gps.h"
#include "io/motors.h"
#include "io/pidaudio.h"
#include "io/serial.h"
#include "io/servos.h"

View File

@ -111,7 +111,6 @@
#include "io/gimbal.h"
#include "io/gps.h"
#include "io/ledstrip.h"
#include "io/motors.h"
#include "io/pidaudio.h"
#include "io/piniobox.h"
#include "io/rcdevice_cam.h"

View File

@ -49,7 +49,6 @@
#include "io/beeper.h"
#include "io/ledstrip.h"
#include "io/motors.h"
#include "io/pidaudio.h"
#include "osd/osd.h"

View File

@ -48,7 +48,6 @@
#include "io/beeper.h"
#include "io/dashboard.h"
#include "io/gps.h"
#include "io/motors.h"
#include "io/vtx_control.h"
#include "pg/pg.h"

View File

@ -42,7 +42,6 @@
#include "flight/failsafe.h"
#include "io/beeper.h"
#include "io/motors.h"
#include "rx/rx.h"

View File

@ -42,8 +42,6 @@
#include "drivers/time.h"
#include "drivers/io.h"
#include "io/motors.h"
#include "config/config.h"
#include "fc/controlrate_profile.h"
#include "fc/rc_controls.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

@ -93,7 +93,6 @@
#include "io/gimbal.h"
#include "io/gps.h"
#include "io/ledstrip.h"
#include "io/motors.h"
#include "io/serial.h"
#include "io/serial_4way.h"
#include "io/servos.h"

View File

@ -43,7 +43,6 @@
#include "flight/pid_init.h"
#include "flight/servos.h"
#include "io/motors.h"
#include "io/servos.h"
#include "io/gps.h"
#include "io/gimbal.h"

View File

@ -58,7 +58,6 @@
#include "io/gimbal.h"
#include "io/gps.h"
#include "io/ledstrip.h"
#include "io/motors.h"
#include "rx/rx.h"

View File

@ -59,7 +59,6 @@
#include "io/beeper.h"
#include "io/gps.h"
#include "io/motors.h"
#include "io/serial.h"
#include "msp/msp.h"