1
0
Fork 0
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:
jflyper 2019-01-17 02:40:14 +09:00
parent e0fc9300ed
commit 80c1cfa6db
6 changed files with 19 additions and 3 deletions

View file

@ -710,7 +710,6 @@ void init(void)
#if defined(USE_VTX_COMMON)
vtxCommonInit();
vtxInit();
#endif
#ifdef USE_VTX_SMARTAUDIO