diff options
| author | cadmic <cadmic24@gmail.com> | 2024-01-12 07:38:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-12 10:38:13 -0500 |
| commit | 324db1d57830dcb2a45720445ac5d7904a6f5c6a (patch) | |
| tree | 082de71ba2d4b8457be64e79bd2c37de99bd0ae2 /docs | |
| parent | 6eb3bf401cf768a81788e2aa90cb2cafbcd8d763 (diff) | |
Replace most osSyncPrintf calls with PRINTF macro (#1598)
* Replace most osSyncPrintf calls with PRINTF macro
* DEBUG -> OOT_DEBUG
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorial/helper_scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/helper_scripts.md b/docs/tutorial/helper_scripts.md index 49ca3925c..cef356392 100644 --- a/docs/tutorial/helper_scripts.md +++ b/docs/tutorial/helper_scripts.md @@ -120,7 +120,7 @@ Optional arguments are `-o output` to output to a different file and `-v` to giv ## vt_fmt -This turns the strange strings in the `osSyncPrintf`s into the human-readable equivalent instructions. Copy the contents, including the quotation marks, and run +This turns the strange strings in the `PRINTF`s into the human-readable equivalent instructions. Copy the contents, including the quotation marks, and run ```sh ./tools/vt_fmt.py "contents" ``` |
