Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/tabs/ports.js')
-rw-r--r--src/js/tabs/ports.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/tabs/ports.js b/src/js/tabs/ports.js
index 9a8b3753..a4a40588 100644
--- a/src/js/tabs/ports.js
+++ b/src/js/tabs/ports.js
@@ -60,7 +60,6 @@ ports.initialize = function (callback) {
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_45)) {
functionRules.push({ name: 'VTX_MSP', groups: ['peripherals'], sharableWith: ['msp'], maxPorts: 1 });
- functionRules.push({ name: 'MSP_DISPLAYPORT', groups: ['peripherals'], sharableWith: ['msp'], maxPorts: 1 });
}
for (const rule of functionRules) {