[bsp] remove empty rt_hw_us_delay

This commit is contained in:
Meco Man 2021-10-28 16:27:31 -04:00
parent 51d5930aa3
commit 30abf0ecb9
3 changed files with 0 additions and 14 deletions

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

@ -122,9 +122,4 @@ void rt_hw_board_init(void)
} }
void rt_hw_us_delay(rt_uint32_t us)
{
}
/*@}*/ /*@}*/

View File

@ -56,7 +56,3 @@ void rt_hw_board_init(void)
#endif #endif
} }
void rt_hw_us_delay(rt_uint32_t us)
{
}