Skip to content

Commit 4fb86df

Browse files
authored
Merge pull request #5248 from mysterywolf/delayus
[bsp] remove empty rt_hw_us_delay
2 parents 51d5930 + 30abf0e commit 4fb86df

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

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/mini2440/drivers/board.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,4 @@ void rt_hw_board_init(void)
122122

123123
}
124124

125-
void rt_hw_us_delay(rt_uint32_t us)
126-
{
127-
128-
}
129-
130125
/*@}*/

bsp/qemu-vexpress-a9/drivers/board.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,3 @@ void rt_hw_board_init(void)
5656
#endif
5757
}
5858

59-
void rt_hw_us_delay(rt_uint32_t us)
60-
{
61-
62-
}

0 commit comments

Comments
 (0)