summaryrefslogtreecommitdiff
path: root/hw/bsp/ea4357/board_ea4357.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/bsp/ea4357/board_ea4357.c')
-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