Skip to content

Commit 6a975ff

Browse files
committed
[bluetrum] fix formatting issues
1 parent bae4de3 commit 6a975ff

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

bsp/bluetrum/ab32vg1-ab-prougen/applications/blehr_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static int blehr_sample(void)
6464
1024,
6565
15,
6666
1);
67-
67+
6868
if (tid != RT_NULL) {
6969
rt_thread_startup(tid);
7070
}

bsp/bluetrum/ab32vg1-ab-prougen/board/board.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,6 @@ void rt_hw_board_init(void)
145145
#endif
146146
}
147147

148-
void rt_hw_us_delay(rt_uint32_t us)
149-
{
150-
151-
}
152-
153148
RT_SECTION(".irq.cache")
154149
void cache_init(void)
155150
{

bsp/bluetrum/ab32vg1-ab-prougen/link.lds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MEMORY
2323
flash(rx) : org = __base + 512, len = __max_flash_size
2424
comm(rx) : org = __comm_vma, len = __comm_ram_size
2525

26-
bram : org = __bram_vma, len = __ble_ram_size
26+
bram : org = __bram_vma, len = __ble_ram_size
2727
data : org = __data_vma, len = __data_ram_size
2828
stack : org = __stack_vma, len = __stack_ram_size
2929
heap : org = __heap_vma, len = __heap_ram_size

0 commit comments

Comments
 (0)