rename tusb_tick_get to hal_tick_get
This commit is contained in:
@@ -48,14 +48,14 @@ void SysTick_Handler (void)
|
||||
system_ticks++;
|
||||
}
|
||||
|
||||
uint32_t tusb_tick_get(void)
|
||||
uint32_t hal_tick_get(void)
|
||||
{
|
||||
return system_ticks;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
//--------------------------------------------------------------------+
|
||||
// BLINKING TASK
|
||||
//--------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user