mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 20:35:19 +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();
|
||||
});
|
||||
} else {
|
||||
// move to another block
|
||||
if (reading_block < blocks) {
|
||||
// move to another block
|
||||
reading_block++;
|
||||
|
||||
address = self.hex.data[reading_block].address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue