Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #1192: Compiler error when MXSTACK increased
Fix a compiler error that occurred when MXSTACK was increased to 1e7 or higher. This was due to the line length of an output statement flowing over 80 characters. The fix was just to split the line, so that more characters are available.
- Loading branch information