[Docs] Add a note about the print function. (#17737)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Kim Minjong 2022-10-05 11:16:11 +09:00 committed by GitHub
parent 3f63bbc7d8
commit b100db1e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -133,3 +133,4 @@ Check:
- Set `debug_enable=true`. See [Debugging](#debugging)
- Try using `print` function instead of debug print. See **common/print.h**.
- Disconnect other devices with console function. See [Issue #97](https://github.com/tmk/tmk_keyboard/issues/97).
- Ensure all strings end with a newline character (`\n`). QMK Toolbox prints console output on a per-line basis.