diff --git a/src/js/tabs/pid_tuning.js b/src/js/tabs/pid_tuning.js index 8f7038b6..6e7e1938 100644 --- a/src/js/tabs/pid_tuning.js +++ b/src/js/tabs/pid_tuning.js @@ -41,7 +41,7 @@ TABS.pid_tuning.initialize = function (callback) { return MSP.promise(MSPCodes.MSP_PID_CONTROLLER); } }).then(function() { - return MSP.promise(MSPCodes.MSP_PIDNAMES) + return MSP.promise(MSPCodes.MSP_PIDNAMES); }).then(function() { return MSP.promise(MSPCodes.MSP_PID); }).then(function() {