mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Fix missing semicolon;
This commit is contained in:
parent
14e7779625
commit
98ce27adce
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ TABS.pid_tuning.initialize = function (callback) {
|
||||||
return MSP.promise(MSPCodes.MSP_PID_CONTROLLER);
|
return MSP.promise(MSPCodes.MSP_PID_CONTROLLER);
|
||||||
}
|
}
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
return MSP.promise(MSPCodes.MSP_PIDNAMES)
|
return MSP.promise(MSPCodes.MSP_PIDNAMES);
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
return MSP.promise(MSPCodes.MSP_PID);
|
return MSP.promise(MSPCodes.MSP_PID);
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue