Skip to content

Commit d3e5c8b

Browse files
committed
Fix heap size
1 parent ef8f10b commit d3e5c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/preinclude.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
#define HAL_UART_DMA 1
4646
#define HAL_UART_ISR 0
4747
#if defined(RTR_NWK)
48-
#define INT_HEAP_LEN 2377
48+
#define INT_HEAP_LEN 2373
4949
#else
50-
#define INT_HEAP_LEN 2839
50+
#define INT_HEAP_LEN 2835
5151
#endif
5252
#elif defined(HAL_BOARD_CHDTECH_DEV)
5353
#define SENSEAIR_UART_PORT 0x01

0 commit comments

Comments
 (0)