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 1
1
# pyOCD debugger
2
2
# Copyright (c) 2006-2013,2018 Arm Limited
3
3
# Copyright (c) 2021-2022 Chris Reed
4
+ # Copyright (c) 2023 Benjamin Sølberg
4
5
# SPDX-License-Identifier: Apache-2.0
5
6
#
6
7
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -77,7 +78,7 @@ def __init__(self,
77
78
if session .options .get ('warning.cortex_m_default' ):
78
79
LOG .warning ("Generic 'cortex_m' target type is selected by default; is this "
79
80
"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 "
81
82
"'target_override' option. Use 'pyocd list --targets' to see available "
82
83
"targets types." )
83
84
You can’t perform that action at this time.
0 commit comments