diff --git a/components/unity/include/unity_config.h b/components/unity/include/unity_config.h index 85a8d9c548..a0786f6eaa 100644 --- a/components/unity/include/unity_config.h +++ b/components/unity/include/unity_config.h @@ -35,7 +35,7 @@ * uncomment this line. Remote tests on CI * still working as expected */ -//#define UNITY_EXCLUDE_SETJMP_H +#define UNITY_EXCLUDE_SETJMP_H void unity_flush(void); void unity_putc(int c);