提交 6a975ff9 编写于 作者: G greedyhao

[bluetrum] fix formatting issues

上级 bae4de3b
...@@ -64,7 +64,7 @@ static int blehr_sample(void) ...@@ -64,7 +64,7 @@ static int blehr_sample(void)
1024, 1024,
15, 15,
1); 1);
if (tid != RT_NULL) { if (tid != RT_NULL) {
rt_thread_startup(tid); rt_thread_startup(tid);
} }
......
...@@ -145,11 +145,6 @@ void rt_hw_board_init(void) ...@@ -145,11 +145,6 @@ void rt_hw_board_init(void)
#endif #endif
} }
void rt_hw_us_delay(rt_uint32_t us)
{
}
RT_SECTION(".irq.cache") RT_SECTION(".irq.cache")
void cache_init(void) void cache_init(void)
{ {
......
...@@ -23,7 +23,7 @@ MEMORY ...@@ -23,7 +23,7 @@ MEMORY
flash(rx) : org = __base + 512, len = __max_flash_size flash(rx) : org = __base + 512, len = __max_flash_size
comm(rx) : org = __comm_vma, len = __comm_ram_size comm(rx) : org = __comm_vma, len = __comm_ram_size
bram : org = __bram_vma, len = __ble_ram_size bram : org = __bram_vma, len = __ble_ram_size
data : org = __data_vma, len = __data_ram_size data : org = __data_vma, len = __data_ram_size
stack : org = __stack_vma, len = __stack_ram_size stack : org = __stack_vma, len = __stack_ram_size
heap : org = __heap_vma, len = __heap_ram_size heap : org = __heap_vma, len = __heap_ram_size
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册