diff --git a/src/main/io/cms_vtx.c b/src/main/io/cms_vtx.c index 61e0af60d0..f133f4e7f1 100644 --- a/src/main/io/cms_vtx.c +++ b/src/main/io/cms_vtx.c @@ -39,7 +39,7 @@ OSD_UINT16_t entryVtxMhz = {&masterConfig.vtx_mhz, 5600, 5950, 1}; OSD_Entry cmsx_menuVtx[] = { {"--- VTX ---", OME_Label, NULL, NULL, 0}, - {"ENABLED", OME_Bool, NULL, &featureVtx, 0}, + {"ENABLED", OME_Bool, NULL, &cmsx_featureVtx, 0}, #ifdef VTX {"VTX MODE", OME_UINT8, NULL, &entryVtxMode, 0}, {"VTX MHZ", OME_UINT16, NULL, &entryVtxMhz, 0}, @@ -79,7 +79,7 @@ void cmsx_Vtx_ConfigRead(void) #endif // USE_RTC6705 } -void cmsx_Vtx_ConfigRead(void) +void cmsx_Vtx_ConfigWriteback(void) { #ifdef VTX masterConfig.vtxBand = cmsx_vtxBand; diff --git a/src/main/target/REVO/target.h b/src/main/target/REVO/target.h index eed70b40de..4d73c99355 100644 --- a/src/main/target/REVO/target.h +++ b/src/main/target/REVO/target.h @@ -144,6 +144,3 @@ #define USABLE_TIMER_CHANNEL_COUNT 12 #define USED_TIMERS ( TIM_N(2) | TIM_N(3) | TIM_N(5) | TIM_N(12) | TIM_N(8) | TIM_N(9) ) - -#define CMS -#define CANVAS