diff options
| author | alt-0191 <[email protected]> | 2026-03-18 14:26:35 +0800 |
|---|---|---|
| committer | alt-0191 <[email protected]> | 2026-03-18 15:23:28 +0800 |
| commit | aca8c7a97c4fc93e8883cffdd0a7a22d552cbdc5 (patch) | |
| tree | 54903a1c29c8a0d0ac5c9c3846023ac37375b682 | |
| parent | dc87bab45f8123cbfa2b4b0ac6e1831c1172651f (diff) | |
Migrate time api
| -rw-r--r-- | hw/bsp/ch58x/family.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
