Skip to content

Commit 811c09e

Browse files
maribucrasbe
andauthored
Apply suggestions from code review
Co-authored-by: crasbe <[email protected]>
1 parent ef7fd20 commit 811c09e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/tools/PyCortexMDebug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Automating Loading of Correct SVD File
1616
---------------------------------------
1717

1818
If `SVD_MODEL` and `SVD_VENDOR` are declared, the build system will inject
19-
an `svd_load $(SVD_MODEL) $(SVD_VENDOR)` command into GDB, so that uses don't
19+
an `svd_load $(SVD_MODEL) $(SVD_VENDOR)` command into GDB, so that users don't
2020
need to call that themselves.
2121

2222
Ideally, those variables are provided in `cpu/$(CPU)/Makefile.include`

makefiles/tools/jlink.inc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ endif
5656

5757
ifneq (,$(DBG_EXTRA_FLAGS))
5858
# Export OPENOCD_DBG_EXTRA_CMD only to the flash/flash-only target
59-
$(call target-export-variables,$(JLINK_DEBUG_TARGETS),DBG_EXTRA_FLAGS )
59+
$(call target-export-variables,$(JLINK_DEBUG_TARGETS),DBG_EXTRA_FLAGS)
6060
endif

makefiles/tools/openocd.inc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ endif
8282

8383
ifneq (,$(DBG_EXTRA_FLAGS))
8484
# Export OPENOCD_DBG_EXTRA_CMD only to the flash/flash-only target
85-
$(call target-export-variables,$(OPENOCD_DEBUG_TARGETS),DBG_EXTRA_FLAGS )
85+
$(call target-export-variables,$(OPENOCD_DEBUG_TARGETS),DBG_EXTRA_FLAGS)
8686
endif
8787

8888
OPENOCD_FLASH_TARGETS = flash flash-only flashr

0 commit comments

Comments
 (0)