1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Touch-ups

This commit is contained in:
jflyper 2017-01-16 22:59:33 +09:00
parent 1d8018f547
commit f565138101
12 changed files with 14 additions and 110 deletions

View file

@ -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