Skip to content

Commit

Permalink
Fix #1474, Increase UT_MAX_FUNC_STUBS value
Browse files Browse the repository at this point in the history
  • Loading branch information
tvisha.s.andharia committed Aug 6, 2024
1 parent d6412df commit 27b0191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut_assert/src/utstubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27b0191

Please sign in to comment.