Skip to content

Commit 7aedf3b

Browse files
committed
Merge pull request #2178 from haslinghuis/fix-pid-tuning
Fix pid tuning
1 parent eac471d commit 7aedf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/tabs/pid_tuning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TABS.pid_tuning.initialize = function (callback) {
4141
return MSP.promise(MSPCodes.MSP_PID_CONTROLLER);
4242
}
4343
}).then(function() {
44-
return MSP.promise(MSPCodes.MSP_PIDNAMES)
44+
return MSP.promise(MSPCodes.MSP_PIDNAMES);
4545
}).then(function() {
4646
return MSP.promise(MSPCodes.MSP_PID);
4747
}).then(function() {

0 commit comments

Comments
 (0)