1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00
This commit is contained in:
cTn 2014-01-26 20:19:47 +01:00
parent 476a04fda3
commit c7dae0f5e3

View file

@ -63,7 +63,7 @@ var serial = {
self.output_buffer[0].callback(sendInfo);
self.output_buffer.shift();
if (self.output_buffer.length != 0) {
if (self.output_buffer.length) {
sending();
} else {
self.transmitting = false;