Removed excess trailing spaces before new lines on licenses.
This commit is contained in:
parent
c0b27e6d0c
commit
a9f74cd6df
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
int blackboxPrintf(const char *fmt, ...);
|
int blackboxPrintf(const char *fmt, ...);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
typedef enum FlightLogFieldCondition {
|
typedef enum FlightLogFieldCondition {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "stdbool.h"
|
#include "stdbool.h"
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
|
#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define DEBUG16_VALUE_COUNT 4
|
#define DEBUG16_VALUE_COUNT 4
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
const char * const targetName = __TARGET__;
|
const char * const targetName = __TARGET__;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "common/utils.h"
|
#include "common/utils.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Original OSD code created by Marcin Baliniak
|
Original OSD code created by Marcin Baliniak
|
||||||
OSD-CMS separation by jflyper
|
OSD-CMS separation by jflyper
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
// CMS things for blackbox and flashfs.
|
// CMS things for blackbox and flashfs.
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
extern CMS_Menu cmsx_menuBlackbox;
|
extern CMS_Menu cmsx_menuBlackbox;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
// Built-in menu contents and support functions
|
// Built-in menu contents and support functions
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "cms/cms_types.h"
|
#include "cms/cms_types.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Menu contents for PID, RATES, RC preview, misc
|
// Menu contents for PID, RATES, RC preview, misc
|
||||||
// Should be part of the relevant .c file.
|
// Should be part of the relevant .c file.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
extern CMS_Menu cmsx_menuImu;
|
extern CMS_Menu cmsx_menuImu;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
extern CMS_Menu cmsx_menuLedstrip;
|
extern CMS_Menu cmsx_menuLedstrip;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
extern CMS_Menu cmsx_menuMisc;
|
extern CMS_Menu cmsx_menuMisc;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
extern CMS_Menu cmsx_menuOsd;
|
extern CMS_Menu cmsx_menuOsd;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
extern CMS_Menu cmsx_menuPower;
|
extern CMS_Menu cmsx_menuPower;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "cms/cms.h"
|
#include "cms/cms.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "cms/cms.h"
|
#include "cms/cms.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "cms/cms.h"
|
#include "cms/cms.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
// Menu element types
|
// Menu element types
|
||||||
// XXX Upon separation, all OME would be renamed to CME_ or similar.
|
// XXX Upon separation, all OME would be renamed to CME_ or similar.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
bool bitArrayGet(const void *array, unsigned bit);
|
bool bitArrayGet(const void *array, unsigned bit);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
|
||||||
#include "color.h"
|
#include "color.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "streambuf.h"
|
#include "streambuf.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
struct sbuf_s;
|
struct sbuf_s;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Don't use it on F1 and F3 to lower RAM usage
|
// Don't use it on F1 and F3 to lower RAM usage
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
uint32_t GPS_coord_to_degrees(const char* coordinateString);
|
uint32_t GPS_coord_to_degrees(const char* coordinateString);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "huffman.h"
|
#include "huffman.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef sq
|
#ifndef sq
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -16,7 +16,9 @@
|
||||||
* along with this software.
|
* along with this software.
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/#include <stdint.h>
|
*/
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "build/build_config.h"
|
#include "build/build_config.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -16,7 +16,9 @@
|
||||||
* along with this software.
|
* along with this software.
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/#pragma once
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#define FTOA_BUFFER_LENGTH 11
|
#define FTOA_BUFFER_LENGTH 11
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __UNIQL
|
#ifndef __UNIQL
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef SRC_MAIN_SCHEDULER_C_
|
#ifdef SRC_MAIN_SCHEDULER_C_
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "pg/pg.h"
|
#include "pg/pg.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
typedef struct drv_adxl345_config_s {
|
typedef struct drv_adxl345_config_s {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
bool bma280Detect(accDev_t *acc);
|
bool bma280Detect(accDev_t *acc);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
struct accDev_s;
|
struct accDev_s;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// NOTE: This gyro is considered obsolete and may be removed in the future.
|
// NOTE: This gyro is considered obsolete and may be removed in the future.
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
bool l3g4200dDetect(gyroDev_t *gyro);
|
bool l3g4200dDetect(gyroDev_t *gyro);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
bool l3gd20Detect(gyroDev_t *gyro);
|
bool l3gd20Detect(gyroDev_t *gyro);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
bool mma8452Detect(accDev_t *acc);
|
bool mma8452Detect(accDev_t *acc);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "drivers/bus.h"
|
#include "drivers/bus.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// NOTE: This gyro is considered obsolete and may be removed in the future.
|
// NOTE: This gyro is considered obsolete and may be removed in the future.
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
// Registers
|
// Registers
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
bool mpu6050AccDetect(accDev_t *acc);
|
bool mpu6050AccDetect(accDev_t *acc);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define MPU6500_BIT_RESET (0x80)
|
#define MPU6500_BIT_RESET (0x80)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -16,7 +16,9 @@
|
||||||
* along with this software.
|
* along with this software.
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/#pragma once
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "drivers/bus.h"
|
#include "drivers/bus.h"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -17,6 +17,7 @@
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of Cleanflight and Betaflight.
|
* This file is part of Cleanflight and Betaflight.
|
||||||
*
|
*
|
||||||
* Cleanflight and Betaflight are free software: you can redistribute
|
* Cleanflight and Betaflight are free software. You can redistribute
|
||||||
* this software and/or modify this software under the terms of the
|
* this software and/or modify this software under the terms of the
|
||||||
* GNU General Public License as published by the Free Software
|
* GNU General Public License as published by the Free Software
|
||||||
* Foundation, either version 3 of the License, or (at your option)
|
* Foundation, either version 3 of the License, or (at your option)
|
||||||
|
@ -16,7 +16,9 @@
|
||||||
* along with this software.
|
* along with this software.
|
||||||
*
|
*
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/#pragma once
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "drivers/bus.h"
|
#include "drivers/bus.h"
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue