Skip to content

Commit 7d82e08

Browse files
committed
Tidy up platform script
1 parent e08da69 commit 7d82e08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platform.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import copy
1615
import platform
1716

1817
from platformio.managers.platform import PlatformBase
@@ -102,7 +101,7 @@ def _add_default_debug_tools(self, board):
102101

103102
def configure_debug_session(self, debug_config):
104103
adapter_speed = debug_config.speed or "5000"
105-
104+
106105
server_options = debug_config.server or {}
107106
server_arguments = server_options.get("arguments", [])
108107
if "interface/cmsis-dap.cfg" in server_arguments:

0 commit comments

Comments
 (0)