Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffsim committed Oct 9, 2024
1 parent 4470342 commit 9cc6aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/vtx.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var VTX = (function() {
if ((vtxDev == self.DEV_SMARTAUDIO) || (vtxDev == self.DEV_TRAMP)) {
return 5;
} else if (vtxDev == self.DEV_MSP) {
return 4
return 4;
}
return 3;
}
Expand Down

0 comments on commit 9cc6aee

Please sign in to comment.