diff --git a/components/unity/include/unity_config.h b/components/unity/include/unity_config.h index 686fb2507c..5d6fdfae51 100644 --- a/components/unity/include/unity_config.h +++ b/components/unity/include/unity_config.h @@ -27,13 +27,6 @@ #define UNITY_EXCLUDE_TIME_H -/** - * @note For some reason setjmp does not work with - * unity, since it is only used on test entry and - * exit it should not impact the rest of test - * framework. So we disable it here. - */ -#define UNITY_EXCLUDE_SETJMP_H void unity_flush(void); void unity_putc(int c);