mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Update UnityConfigurationGuide.md
Add semi-colon to configuration :)
This commit is contained in:
committed by
GitHub
parent
74cde089e6
commit
66cec22838
@@ -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'); }
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user