From 3882d986bdec3876beefe262dd8c83a4f8896d70 Mon Sep 17 00:00:00 2001 From: Felipe Neves Date: Tue, 5 Nov 2019 14:27:27 +0800 Subject: [PATCH] components/unity: reverted the inclusion of test protect based on setjmp --- components/unity/include/unity_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);