mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
move one comment over to correct block
This commit is contained in:
parent
99c5906a4b
commit
22cc8f0b96
1 changed files with 1 additions and 1 deletions
|
@ -395,8 +395,8 @@ STM32DFU_protocol.prototype.upload_procedure = function(step) {
|
||||||
read();
|
read();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
// move to another block
|
|
||||||
if (reading_block < blocks) {
|
if (reading_block < blocks) {
|
||||||
|
// move to another block
|
||||||
reading_block++;
|
reading_block++;
|
||||||
|
|
||||||
address = self.hex.data[reading_block].address;
|
address = self.hex.data[reading_block].address;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue