mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Touch-ups
This commit is contained in:
parent
1d8018f547
commit
f565138101
12 changed files with 14 additions and 110 deletions
|
@ -53,6 +53,7 @@
|
|||
#include "io/osd.h"
|
||||
#include "io/serial.h"
|
||||
#include "io/transponder_ir.h"
|
||||
#include "io/vtx_tramp.h" // Will be gone
|
||||
|
||||
#include "msp/msp_serial.h"
|
||||
|
||||
|
@ -215,6 +216,7 @@ void taskVtxControl(uint32_t currentTime)
|
|||
#ifdef VTX_COMMON
|
||||
vtxCommonProcess(currentTime);
|
||||
#endif
|
||||
// Call to trampProcess() will be gone
|
||||
#ifdef VTX_TRAMP
|
||||
trampProcess(currentTime);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue