File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# pyOCD debugger
22# Copyright (c) 2006-2013,2018 Arm Limited
33# Copyright (c) 2021-2022 Chris Reed
4+ # Copyright (c) 2023 Benjamin Sølberg
45# SPDX-License-Identifier: Apache-2.0
56#
67# Licensed under the Apache License, Version 2.0 (the "License");
@@ -77,7 +78,7 @@ def __init__(self,
7778 if session .options .get ('warning.cortex_m_default' ):
7879 LOG .warning ("Generic 'cortex_m' target type is selected by default; is this "
7980 "intentional? You will be able to debug most devices, but not program "
80- " flash. To set the target type use the '--target' argument or "
81+ "flash. To set the target type use the '--target' argument or "
8182 "'target_override' option. Use 'pyocd list --targets' to see available "
8283 "targets types." )
8384
You can’t perform that action at this time.
0 commit comments