1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Removed unused 'io/motors.h' header file.

This commit is contained in:
mikeller 2020-06-29 18:49:06 +12:00
parent 41088159fa
commit 5b58c300b6
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"