From e1bc1fde17b878b2f1681f41069cf887203d71e5 Mon Sep 17 00:00:00 2001 From: nur Date: Mon, 28 Sep 2020 04:51:21 +0800 Subject: [PATCH] Fix build --- Source/preinclude.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/preinclude.h b/Source/preinclude.h index 2d2bace..1414d99 100644 --- a/Source/preinclude.h +++ b/Source/preinclude.h @@ -45,9 +45,9 @@ #define HAL_UART_DMA 1 #define HAL_UART_ISR 0 #if defined(RTR_NWK) - #define INT_HEAP_LEN 2373 + #define INT_HEAP_LEN 2350 #else - #define INT_HEAP_LEN 2835 + #define INT_HEAP_LEN 2800 #endif #elif defined(HAL_BOARD_CHDTECH_DEV) #define HAL_UART_DMA 1