From bf1c58f1bd5eb279c6c7d6219e7591b6fdc40af7 Mon Sep 17 00:00:00 2001 From: cTn Date: Fri, 20 Jun 2014 14:42:20 +0200 Subject: [PATCH] cleanup --- js/stm32.js | 4 ---- 1 file changed, 4 deletions(-) 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':