Fixed further issues

This commit is contained in:
AlexanderHD27
2025-01-07 23:33:01 +01:00
parent 9ab6cbe097
commit c73a9212eb
28 changed files with 137 additions and 51 deletions

View File

@@ -73,7 +73,7 @@
#define configSUPPORT_STATIC_ALLOCATION 0
#define configSUPPORT_DYNAMIC_ALLOCATION 1
#define configTOTAL_HEAP_SIZE (1024 * 128)
#define configAPPLICATION_ALLOCATED_HEAP (1024 * 64)
#define configAPPLICATION_ALLOCATED_HEAP (1024 * 84)
/* Hook function related definitions. */
#define configCHECK_FOR_STACK_OVERFLOW 0