rename tusb_tick_get to hal_tick_get
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
//--------------------------------------------------------------------+
|
||||
// TICK API
|
||||
//--------------------------------------------------------------------+
|
||||
uint32_t tusb_tick_get(void);
|
||||
#define osal_tick_get tusb_tick_get
|
||||
uint32_t hal_tick_get(void);
|
||||
#define osal_tick_get hal_tick_get
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// TASK API
|
||||
|
||||
Reference in New Issue
Block a user