summaryrefslogtreecommitdiff
path: root/hw/bsp/ea4357
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-30 15:33:36 +0700
committerhathach <[email protected]>2018-03-30 15:33:36 +0700
commit82da013dadf2b2f69f362702ca40708fdec52df4 (patch)
treebfa9a73206ace7aca38dbf008a8277a6ea2d20bc /hw/bsp/ea4357
parent97db3c7c3d7cfbbb19dbda09809aa39bb19608b9 (diff)
get freertos build
Diffstat (limited to 'hw/bsp/ea4357')
-rw-r--r--hw/bsp/ea4357/board_ea4357.c2
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