move one comment over to correct block

10.3.x-maintenance
cTn 2014-06-13 21:45:36 +02:00
parent 99c5906a4b
commit 22cc8f0b96
1 changed files with 1 additions and 1 deletions

View File

@ -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;