diff options
| author | hathach <[email protected]> | 2018-03-30 15:33:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-30 15:33:36 +0700 |
| commit | 82da013dadf2b2f69f362702ca40708fdec52df4 (patch) | |
| tree | bfa9a73206ace7aca38dbf008a8277a6ea2d20bc /hw/bsp/ea4357 | |
| parent | 97db3c7c3d7cfbbb19dbda09809aa39bb19608b9 (diff) | |
get freertos build
Diffstat (limited to 'hw/bsp/ea4357')
| -rw-r--r-- | hw/bsp/ea4357/board_ea4357.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/ea4357/board_ea4357.c b/hw/bsp/ea4357/board_ea4357.c index 963e7629c..549eb70f7 100644 --- a/hw/bsp/ea4357/board_ea4357.c +++ b/hw/bsp/ea4357/board_ea4357.c @@ -79,7 +79,7 @@ void SysTick_Handler (void) uint32_t tusb_hal_millis(void) { - return (system_ticks*1000) / BOARD_TICKS_HZ; + return board_tick2ms(system_ticks); } #endif |
