Skip to content

Commit

Permalink
Merge pull request #2071 from iNavFlight/dzikuvx-fix-mixer-tab-rule-a…
Browse files Browse the repository at this point in the history
…dding

Fix mixer tab servo and motor rule adding
  • Loading branch information
DzikuVx authored May 12, 2024
2 parents b4141d9 + 02e3315 commit 90b8139
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tabs/mixer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const { mixer, platform, PLATFORM, INPUT, STABILIZED } = require('./../js/model'
const Settings = require('./../js/settings');
const jBox = require('../js/libraries/jBox/jBox.min');
const interval = require('./../js/intervals');
const ServoMixRule = require('./../js/servoMixRule');
const MotorMixRule = require('./../js/motorMixRule');

TABS.mixer = {};

Expand Down

0 comments on commit 90b8139

Please sign in to comment.