Skip to content

Commit

Permalink
board: remove extra space in generic cortex-m warning message (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSoelberg authored Sep 26, 2023
1 parent 4888796 commit c684bdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyocd/board/board.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pyOCD debugger
# Copyright (c) 2006-2013,2018 Arm Limited
# Copyright (c) 2021-2022 Chris Reed
# Copyright (c) 2023 Benjamin Sølberg
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -77,7 +78,7 @@ def __init__(self,
if session.options.get('warning.cortex_m_default'):
LOG.warning("Generic 'cortex_m' target type is selected by default; is this "
"intentional? You will be able to debug most devices, but not program "
" flash. To set the target type use the '--target' argument or "
"flash. To set the target type use the '--target' argument or "
"'target_override' option. Use 'pyocd list --targets' to see available "
"targets types.")

Expand Down

0 comments on commit c684bdf

Please sign in to comment.