Skip to content

Commit

Permalink
[Docs] Add a note about the print function. (#17737)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
caffeinism and fauxpark authored Oct 5, 2022
1 parent 3f63bbc commit b100db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/faq_debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b100db1

Please sign in to comment.