unity/unity_config.h: changed configuration for setjmp usage

For some reason after use modified context save routine, the local unit test
app were crashed, the reason behind this resides on setjmp usage of test_runner,
since this feature seems to not be used for nothing special (just was a default config),
I changed the unity_config to replace the setjmp macros, this sounds less hacky.
This commit is contained in:
Felipe Neves
2019-10-14 13:58:14 -03:00
parent cd11787153
commit d7d8b47b89

View File

@@ -26,6 +26,7 @@
#endif
#define UNITY_EXCLUDE_TIME_H
#define UNITY_EXCLUDE_SETJMP_H
void unity_flush(void);
void unity_putc(int c);