1
0
Fork 0
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:
cTn 2014-06-13 21:45:36 +02:00
parent 99c5906a4b
commit 22cc8f0b96

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;