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:
parent
584d96ba19
commit
1768c1fda8
2 changed files with 121 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue