Skip to content

Commit

Permalink
Formatting tweak for comment
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Haslinghuis <[email protected]>
  • Loading branch information
Patronics and haslinghuis authored Oct 16, 2024
1 parent b2968a0 commit 5212985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tabs/motors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
}
Expand Down

0 comments on commit 5212985

Please sign in to comment.