mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Call vtxInit after device parameters are initialized
This commit is contained in:
parent
e0fc9300ed
commit
80c1cfa6db
6 changed files with 19 additions and 3 deletions
|
@ -710,7 +710,6 @@ void init(void)
|
|||
|
||||
#if defined(USE_VTX_COMMON)
|
||||
vtxCommonInit();
|
||||
vtxInit();
|
||||
#endif
|
||||
|
||||
#ifdef USE_VTX_SMARTAUDIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue