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.
pull/4494/head
Felipe Neves 2019-10-14 13:58:14 -03:00
rodzic cd11787153
commit d7d8b47b89
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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