mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 17:55:30 +03:00
Removed not needed fwd declaraions and includes.
This commit is contained in:
parent
44abc8f2e4
commit
15e24e2015
3 changed files with 0 additions and 8 deletions
|
@ -26,7 +26,6 @@ typedef enum {
|
|||
|
||||
#define PPM_RCVR_TIMEOUT 0
|
||||
|
||||
struct timerHardware_s;
|
||||
void ppmInConfig(const struct timerHardware_s *timerHardwarePtr);
|
||||
void ppmAvoidPWMTimerClash(const struct timerHardware_s *timerHardwarePtr, TIM_TypeDef *sharedPwmTimer, uint8_t pwmProtocol);
|
||||
|
||||
|
|
|
@ -22,12 +22,6 @@
|
|||
|
||||
#include "sensors/acceleration.h"
|
||||
|
||||
extern int16_t throttleAngleCorrection;
|
||||
extern uint32_t accTimeSum;
|
||||
extern int accSumCount;
|
||||
extern float accVelScale;
|
||||
extern int32_t accSum[XYZ_AXIS_COUNT];
|
||||
|
||||
#define DEGREES_TO_DECIDEGREES(angle) (angle * 10)
|
||||
#define DECIDEGREES_TO_DEGREES(angle) (angle / 10)
|
||||
#define DECIDEGREES_TO_RADIANS(angle) ((angle / 10.0f) * 0.0174532925f)
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <string.h>
|
||||
#include "common/color.h"
|
||||
|
||||
#define LED_MAX_STRIP_LENGTH 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue