mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
cleanup config.c, Makefile, OSD, and VTX
This commit is contained in:
parent
ddf0fb5fda
commit
135ffc1c92
11 changed files with 123 additions and 118 deletions
|
@ -471,7 +471,7 @@ void init(void)
|
|||
#endif
|
||||
|
||||
#ifdef USE_RTC6705
|
||||
if (feature(feature(FEATURE_VTX))) {
|
||||
if (feature(FEATURE_VTX)) {
|
||||
rtc6705_soft_spi_init();
|
||||
current_vtx_channel = masterConfig.vtx_channel;
|
||||
rtc6705_soft_spi_set_channel(vtx_freq[current_vtx_channel]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue