mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Corrected VTX vtables to not use static device handle
This commit is contained in:
parent
f000d7bf10
commit
e2683cd2dc
14 changed files with 259 additions and 281 deletions
|
@ -704,7 +704,7 @@ void init(void)
|
|||
|
||||
#ifdef USE_VTX_RTC6705
|
||||
#ifdef VTX_RTC6705_OPTIONAL
|
||||
if (!vtxCommonDeviceRegistered()) // external VTX takes precedence when configured.
|
||||
if (!vtxCommonDevice()) // external VTX takes precedence when configured.
|
||||
#endif
|
||||
{
|
||||
vtxRTC6705Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue