diff options
Diffstat (limited to 'docs/ja/newbs_testing_debugging.md')
| -rw-r--r-- | docs/ja/newbs_testing_debugging.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ja/newbs_testing_debugging.md b/docs/ja/newbs_testing_debugging.md index b80e09fc7..41103bae9 100644 --- a/docs/ja/newbs_testing_debugging.md +++ b/docs/ja/newbs_testing_debugging.md | |||
| @@ -45,7 +45,9 @@ void keyboard_post_init_user(void) { | |||
| 45 | 45 | ||
| 46 | [custom code](ja/custom_quantum_functions.md)内からデバッグメッセージを出力すると便利な場合があります。それはとても簡単です。ファイルの先頭に`print.h`のインクルードを追加します: | 46 | [custom code](ja/custom_quantum_functions.md)内からデバッグメッセージを出力すると便利な場合があります。それはとても簡単です。ファイルの先頭に`print.h`のインクルードを追加します: |
| 47 | 47 | ||
| 48 | #include <print.h> | 48 | ```c |
| 49 | #include "print.h" | ||
| 50 | ``` | ||
| 49 | 51 | ||
| 50 | そのあとは、いくつかの異なった print 関数を使用することが出来ます。 | 52 | そのあとは、いくつかの異なった print 関数を使用することが出来ます。 |
| 51 | 53 | ||
