Revert "移植与电子模块通信相关代码"

This reverts commit 8e3a140bec
This commit is contained in:
andy
2023-10-06 10:52:48 +00:00
parent 8e3a140bec
commit 8a263181ce
77 changed files with 1168 additions and 13331 deletions

View File

@@ -36,7 +36,7 @@ static uint32_t _SysTick_Config(rt_uint32_t ticks)
}
#if defined(RT_USING_USER_MAIN) && defined(RT_USING_HEAP)
static uint32_t g_heap[10*1024/4];
static uint32_t g_heap[20*1024/4];
RT_WEAK void *rt_heap_begin_get(void)
{
return (void *)g_heap;