Skip to content

Commit

Permalink
Fix heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Jan 18, 2021
1 parent a91b603 commit 7028e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/preinclude.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define CO2_UART_PORT 0x00
#define HAL_UART_DMA 1
#define HAL_UART_ISR 0
#define INT_HEAP_LEN 2256
#define INT_HEAP_LEN (2256 - 0xE)
#elif defined(HAL_BOARD_CHDTECH_DEV)
#define HAL_UART_DMA 1
#define HAL_UART_ISR 2
Expand Down

0 comments on commit 7028e2a

Please sign in to comment.