mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Clean up vtx.c includes, move all not directly used to where they belong.
This commit is contained in:
parent
92d2e3ae91
commit
44abc8f2e4
14 changed files with 54 additions and 38 deletions
|
@ -17,6 +17,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "common/axis.h"
|
||||
#include "common/maths.h"
|
||||
|
||||
#include "sensors/acceleration.h"
|
||||
|
||||
extern int16_t throttleAngleCorrection;
|
||||
extern uint32_t accTimeSum;
|
||||
extern int accSumCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue