[bluetrum] fix formatting issues

This commit is contained in:
greedyhao 2021-11-06 10:14:03 +08:00
parent bae4de3b1b
commit 6a975ff9ed
3 changed files with 2 additions and 7 deletions

View File

@ -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);
} }

View File

@ -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)
{ {

View File

@ -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