mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
fix CI
This commit is contained in:
parent
3f10f6af37
commit
83029cc67a
@ -48,13 +48,6 @@ void SysTick_Handler (void)
|
||||
systimer_1ms_handler();
|
||||
}
|
||||
|
||||
void delay_ms(uint32_t wMillisecond)
|
||||
{
|
||||
s_wMSCounter = wMillisecond;
|
||||
while( s_wMSCounter > 0 );
|
||||
}
|
||||
|
||||
|
||||
/*! \brief initialise platform before main()
|
||||
*/
|
||||
__attribute__((constructor(101)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user