Replace most osSyncPrintf calls with PRINTF macro (#1598)

* Replace most osSyncPrintf calls with PRINTF macro

* DEBUG -> OOT_DEBUG
This commit is contained in:
cadmic
2024-01-12 07:38:13 -08:00
committed by GitHub
parent 6eb3bf401c
commit 324db1d578
297 changed files with 2642 additions and 2679 deletions
+1 -1
View File
@@ -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"
```