From 5aebdfa1b7554fe613ffacf817c7d34588885a80 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 29 Nov 2024 16:54:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=A4=A7FreeRTOS=E9=BB=98=E8=AE=A4hea?= =?UTF-8?q?pSIZE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Inc/FreeRTOSConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inc/FreeRTOSConfig.h b/Inc/FreeRTOSConfig.h index 05cd7ff..f12e0a6 100644 --- a/Inc/FreeRTOSConfig.h +++ b/Inc/FreeRTOSConfig.h @@ -68,7 +68,7 @@ #define configTICK_RATE_HZ ((TickType_t)1000) #define configMAX_PRIORITIES ( 7 ) #define configMINIMAL_STACK_SIZE ((uint16_t)512) -#define configTOTAL_HEAP_SIZE ((size_t)70000) +#define configTOTAL_HEAP_SIZE ((size_t)80000) #define configMAX_TASK_NAME_LEN ( 16 ) #define configGENERATE_RUN_TIME_STATS 1 #define configUSE_TRACE_FACILITY 1