From 9d6fb10da45a587f4a6a2d6862cf142cb9de574e Mon Sep 17 00:00:00 2001 From: jflyper Date: Fri, 30 Dec 2016 00:41:59 +0900 Subject: [PATCH] Add copyright notice --- src/main/io/vtx_smartaudio.c | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/main/io/vtx_smartaudio.c b/src/main/io/vtx_smartaudio.c index ede9e58ca7..2fbe947435 100644 --- a/src/main/io/vtx_smartaudio.c +++ b/src/main/io/vtx_smartaudio.c @@ -1,3 +1,22 @@ +/* + * This file is part of Cleanflight. + * + * Cleanflight is free software: you can redistribute it and/or modify + * it 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 is distributed in the hope that it 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 Cleanflight. If not, see . + */ + +/* Created by jflyper */ + #include #include #include @@ -11,6 +30,7 @@ #include "string.h" #include "common/printf.h" +#include "common/utils.h" #include "drivers/system.h" #include "drivers/serial.h" #include "io/serial.h" @@ -20,11 +40,6 @@ #include "fc/runtime_config.h" #include "flight/pid.h" -#if 0 -#include "config/config.h" -#include "config/config_eeprom.h" -#include "config/config_profile.h" -#endif #include "config/config_master.h" #include "build/build_config.h"