From b199e6500031a380b27f65c04baf6b85e1b9942a Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 4 Dec 2023 03:21:17 +0100 Subject: [PATCH] Remove unused servos header file (#13182) --- src/main/fc/core.c | 1 - src/main/fc/init.c | 1 - src/main/io/servos.h | 21 --------------------- src/main/msp/msp.c | 1 - 4 files changed, 24 deletions(-) delete mode 100644 src/main/io/servos.h diff --git a/src/main/fc/core.c b/src/main/fc/core.c index 5ee46e6795..c2cc8d853c 100644 --- a/src/main/fc/core.c +++ b/src/main/fc/core.c @@ -77,7 +77,6 @@ #include "io/gps.h" #include "io/pidaudio.h" #include "io/serial.h" -#include "io/servos.h" #include "io/statusindicator.h" #include "io/transponder_ir.h" #include "io/vtx_control.h" diff --git a/src/main/fc/init.c b/src/main/fc/init.c index 604dd5c419..8ad0f8e994 100644 --- a/src/main/fc/init.c +++ b/src/main/fc/init.c @@ -117,7 +117,6 @@ #include "io/piniobox.h" #include "io/rcdevice_cam.h" #include "io/serial.h" -#include "io/servos.h" #include "io/transponder_ir.h" #include "io/vtx.h" #include "io/vtx_control.h" diff --git a/src/main/io/servos.h b/src/main/io/servos.h deleted file mode 100644 index 98a33f60c4..0000000000 --- a/src/main/io/servos.h +++ /dev/null @@ -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 . - */ - -#pragma once diff --git a/src/main/msp/msp.c b/src/main/msp/msp.c index a9003ee513..0024efa3e6 100644 --- a/src/main/msp/msp.c +++ b/src/main/msp/msp.c @@ -100,7 +100,6 @@ #include "io/ledstrip.h" #include "io/serial.h" #include "io/serial_4way.h" -#include "io/servos.h" #include "io/transponder_ir.h" #include "io/usb_msc.h" #include "io/vtx_control.h"