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

tramp: implemented VTX_COMMON interface.

This commit is contained in:
Raphael Coeffic 2017-01-16 15:51:02 +01:00
parent 584d96ba19
commit 1768c1fda8
2 changed files with 121 additions and 19 deletions

View file

@ -216,10 +216,6 @@ void taskVtxControl(uint32_t currentTime)
#ifdef VTX_COMMON
vtxCommonProcess(currentTime);
#endif
// Call to trampProcess() will be gone
#ifdef VTX_TRAMP
trampProcess(currentTime);
#endif
}
#endif