1
0
Fork 0
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:
cTn 2014-06-08 22:38:58 +02:00
parent 3e30482076
commit 176566f72e

View file

@ -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)) {