summaryrefslogtreecommitdiff
path: root/docs/ja/arm_debugging.md
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2020-01-06 16:43:11 +0900
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-01-05 23:43:11 -0800
commitb3b115bcc4466b0320a6725c8e994a9ef4186328 (patch)
treebd3ac1a5c9897d972c93e9b90ba4020cd83ed618 /docs/ja/arm_debugging.md
parentf2c61f8840241c0091ad7fcc3f3daa8082111842 (diff)
[Docs] Update check commands in Japanese documents (#7787)
The Japanese documents included a sample command to check the original document changes. But there was something wrong, so I fixed it.
Diffstat (limited to 'docs/ja/arm_debugging.md')
-rw-r--r--docs/ja/arm_debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/arm_debugging.md b/docs/ja/arm_debugging.md
index 27eddbfdf1..6267d0f8ad 100644
--- a/docs/ja/arm_debugging.md
+++ b/docs/ja/arm_debugging.md
@@ -2,7 +2,7 @@
<!---
original document: eae21eed7:docs/arm_debugging.md
- git diff eae21eed7 HEAD docs/arm_debugging.md | cat
+ git diff eae21eed7 HEAD -- docs/arm_debugging.md | cat
-->
このページでは、SWD アダプタとオープンソース/フリーツールを使って ARM MCU をデバッグするためのセットアップ方法について説明します。このガイドでは、GNU MCU Eclipse IDE for C/C++ Developers および OpenOCD を必要な依存関係と一緒にインストールします。