diff --git a/js/stm32.js b/js/stm32.js index 31b0d76a21..94917ec7e7 100644 --- a/js/stm32.js +++ b/js/stm32.js @@ -61,11 +61,7 @@ STM32_protocol.prototype.connect = function(hex) { switch (GUI.operating_system) { case 'Windows': - flashing_bitrate = 921600; - break; case 'MacOS': - flashing_bitrate = 921600; - break; case 'ChromeOS': case 'Linux': case 'UNIX':