Skip to content

Commit aca8c7a

Browse files
committed
Migrate time api
1 parent dc87bab commit aca8c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/bsp/ch58x/family.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ __INTERRUPT __HIGH_CODE void SysTick_Handler(void) {
7070
system_ticks++;
7171
}
7272

73-
uint32_t board_millis(void) {
73+
uint32_t tusb_time_millis_api(void) {
7474
return system_ticks;
7575
}
7676
#endif

0 commit comments

Comments
 (0)