1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00
This commit is contained in:
cTn 2014-03-29 22:27:21 +01:00
parent 12847de8ba
commit 13ce2dc11b
2 changed files with 4 additions and 4 deletions

View file

@ -75,7 +75,7 @@ var serial = {
if (!self.transmitting) {
self.transmitting = true;
var sending = function() {
function sending() {
// store inside separate variables in case array gets destroyed
var data = self.output_buffer[0].data;
var callback = self.output_buffer[0].callback;