mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 06:41:44 +08:00
Merge pull request #5248 from mysterywolf/delayus
[bsp] remove empty rt_hw_us_delay
This commit is contained in:
commit
4fb86df0f6
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -122,9 +122,4 @@ void rt_hw_board_init(void)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void rt_hw_us_delay(rt_uint32_t us)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/*@}*/
|
/*@}*/
|
||||||
|
@ -56,7 +56,3 @@ void rt_hw_board_init(void)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void rt_hw_us_delay(rt_uint32_t us)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user