1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00
This commit is contained in:
cTn 2013-12-03 20:55:48 +01:00
parent 04ee01f057
commit bb5bffc555

View file

@ -348,7 +348,7 @@ STM32_protocol.prototype.upload_procedure = function(step) {
STM32.GUI_status('STM32 Communication with bootloader <span style="color: red">failed</span>');
// disconnect
this.upload_procedure(99);
self.upload_procedure(99);
}
});
break;