From 27b01911f8f72e4decf5cbd13570ec1304df7da2 Mon Sep 17 00:00:00 2001 From: "tvisha.s.andharia" Date: Tue, 6 Aug 2024 13:59:51 -0400 Subject: [PATCH] Fix #1474, Increase UT_MAX_FUNC_STUBS value --- ut_assert/src/utstubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ut_assert/src/utstubs.c b/ut_assert/src/utstubs.c index 78a7cf2bc..55b259185 100644 --- a/ut_assert/src/utstubs.c +++ b/ut_assert/src/utstubs.c @@ -42,7 +42,7 @@ #include "utstubs.h" #include "utbsp.h" -#define UT_MAX_FUNC_STUBS 200 +#define UT_MAX_FUNC_STUBS 300 #define UT_APPNAME_MAX_LEN 80 #define UT_SUBSYS_MAX_LEN 5 #define UT_MODEFLAG_ALLOC_BUF 0x1U