From aca8c7a97c4fc93e8883cffdd0a7a22d552cbdc5 Mon Sep 17 00:00:00 2001 From: alt-0191 <56725325+alt-0191@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:26:35 +0800 Subject: [PATCH] Migrate time api --- hw/bsp/ch58x/family.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/bsp/ch58x/family.c b/hw/bsp/ch58x/family.c index 463ca5637..3b1382e61 100644 --- a/hw/bsp/ch58x/family.c +++ b/hw/bsp/ch58x/family.c @@ -70,7 +70,7 @@ __INTERRUPT __HIGH_CODE void SysTick_Handler(void) { system_ticks++; } -uint32_t board_millis(void) { +uint32_t tusb_time_millis_api(void) { return system_ticks; } #endif