mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 13:55:14 +03:00
add missing ;
This commit is contained in:
parent
3e30482076
commit
176566f72e
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ STM32_protocol.prototype.upload_procedure = function(step) {
|
|||
array_out[array_out.length - 1] = checksum; // checksum (last byte in the array_out array)
|
||||
|
||||
address += bytes_to_write;
|
||||
bytes_flashed_total += bytes_to_write
|
||||
bytes_flashed_total += bytes_to_write;
|
||||
|
||||
self.send(array_out, 1, function(reply) {
|
||||
if (self.verify_response(self.status.ACK, reply)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue