diff options
| author | hathach <[email protected]> | 2018-03-07 23:40:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-07 23:40:54 +0700 |
| commit | bd5f9ecdec79eef1c7c45647ad16cf566f572148 (patch) | |
| tree | 33f73bf758d353b4c9cad896974ed4d4d66e8774 /hw/bsp/board.c | |
| parent | d0312805ba245b71a2089d72c4b6c89a49b2933a (diff) | |
rename tusb_tick_get to hal_tick_get
Diffstat (limited to 'hw/bsp/board.c')
| -rw-r--r-- | hw/bsp/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/board.c b/hw/bsp/board.c index 91c6afc23..c0d7c25b5 100644 --- a/hw/bsp/board.c +++ b/hw/bsp/board.c @@ -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 //--------------------------------------------------------------------+ |
