diff --git a/src/js/tabs/motors.js b/src/js/tabs/motors.js index f98294be6b..ac93f2d9a1 100644 --- a/src/js/tabs/motors.js +++ b/src/js/tabs/motors.js @@ -407,7 +407,7 @@ motors.initialize = async function (callback) { return; } } - //if every item in the motor array (current size limit: 8) is populated, we have that many motors + // if every item in the motor array (current size limit: 8) is populated, we have that many motors self.numberOfValidOutputs = FC.MOTOR_DATA.length; }); }