From bb5bffc5552b260d150c9a31372feca9485e3341 Mon Sep 17 00:00:00 2001 From: cTn Date: Tue, 3 Dec 2013 20:55:48 +0100 Subject: [PATCH] bugfix --- js/stm32.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/stm32.js b/js/stm32.js index 0173f311b3..648544fa8c 100644 --- a/js/stm32.js +++ b/js/stm32.js @@ -348,7 +348,7 @@ STM32_protocol.prototype.upload_procedure = function(step) { STM32.GUI_status('STM32 Communication with bootloader failed'); // disconnect - this.upload_procedure(99); + self.upload_procedure(99); } }); break;