Skip to content

Commit

Permalink
[Docs] Add a note about the print function. (qmk#17737)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <[email protected]>
  • Loading branch information
2 people authored and nolanseaton committed Jan 23, 2023
1 parent c056fc0 commit be689fa
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 be689fa

Please sign in to comment.