1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

moving send_message routine to MSP object

This commit is contained in:
cTn 2014-06-01 14:10:18 +02:00
parent 46cf844e7e
commit 5abe7473f8
13 changed files with 85 additions and 85 deletions

View file

@ -249,7 +249,7 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
buffer_out.push(highByte(MISC.mincommand));
}
send_message(MSP_codes.MSP_SET_MOTOR, buffer_out, false, function() {
MSP.send_message(MSP_codes.MSP_SET_MOTOR, buffer_out, false, function() {
if (callback) callback();
});
} else {