1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 16:35:58 +01:00

Merge pull request #542 from farrrb/patch-1

Update UnityConfigurationGuide.md
This commit is contained in:
Mark VanderVoord
2021-02-26 07:38:47 -05:00
committed by GitHub

View File

@@ -379,7 +379,7 @@ system. Feel free to override this and to make it whatever you wish.
_Example:_
```C
#define UNITY_PRINT_EOL { UNITY_OUTPUT_CHAR('\r'); UNITY_OUTPUT_CHAR('\n') }
#define UNITY_PRINT_EOL { UNITY_OUTPUT_CHAR('\r'); UNITY_OUTPUT_CHAR('\n'); }
```