mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
speed up
This commit is contained in:
parent
476a04fda3
commit
c7dae0f5e3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue