-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from SuperJappie08/main
Make parse pool size configurable at runtime
- Loading branch information
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
# Debug Flags | ||
- `TMX_RX_DEBUG`: Debug message on recieving | ||
- `TMX_TX_DEBUG`: Debug message on transmission | ||
- `TMX_HW_DEBUG`: Set poolsize to 1. | ||
|
||
## Deprecated | ||
Deprecated debug flags and there replacements: | ||
|
||
| Flag | Description | Replacement | | ||
| :------------: | :----------------- | :-------------------------------------------------------------------- | | ||
| `TMX_HW_DEBUG` | Set poolsize to 1. | Intialize the `tmx_cpp::TMX` object with `parse_pool_size` equal to 1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters